fabric.js/test/fixtures/test_script.js

4 lines
63 B
JavaScript
Raw Normal View History

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