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