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