fabric.js/test/fixtures/test_script.js

4 lines
63 B
JavaScript
Raw Normal View History

2012-08-10 15:14:56 +00:00
(function(){
// set global variable
this.foo = 'bar';
})();