fabric.js/test/fixtures/test_script.js
2010-06-11 10:07:08 -04:00

4 lines
No EOL
63 B
JavaScript

(function(){
// set global variable
this.foo = 'bar';
})();