mirror of
https://github.com/Hopiu/fabric.js.git
synced 2026-05-16 01:33:09 +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;
|
|
}
|