globalFabric.js 202 Bytes Raw Blame History Permalink 1 2 3 4 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; }