fabric.js/test/fixtures/test_script.js
2012-08-10 17:20:04 +02:00

4 lines
No EOL
63 B
JavaScript

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