mirror of
https://github.com/Hopiu/fabric.js.git
synced 2026-03-21 00:10:23 +00:00
4 lines
63 B
JavaScript
4 lines
63 B
JavaScript
|
|
(function(){
|
||
|
|
// set global variable
|
||
|
|
this.foo = 'bar';
|
||
|
|
})();
|