mirror of
https://github.com/Hopiu/fabric.js.git
synced 2026-05-25 13:43:44 +00:00
Update requirejs.js
This commit is contained in:
parent
152348e760
commit
d13ae118e1
1 changed files with 0 additions and 4 deletions
|
|
@ -2,10 +2,6 @@
|
|||
|
||||
window.fabric = fabric;
|
||||
|
||||
// make sure exports.fabric is always defined when used as 'global' later scopes
|
||||
var exports = exports || {};
|
||||
exports.fabric = fabric;
|
||||
|
||||
if (typeof define === 'function' && define.amd) {
|
||||
define([], function() { return fabric });
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue