mirror of
https://github.com/Hopiu/fabric.js.git
synced 2026-04-28 17:24:42 +00:00
4 lines
202 B
JavaScript
4 lines
202 B
JavaScript
if (typeof document !== 'undefined' && typeof window !== 'undefined') {
|
|
// ensure globality even if entire library were function wrapped (as in Meteor.js packaging system)
|
|
window.fabric = fabric;
|
|
}
|