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