mirror of
https://github.com/Hopiu/fabric.js.git
synced 2026-05-10 23:03:10 +00:00
Merge pull request #914 from MisterTea/master
Do not name the requirejs module
This commit is contained in:
commit
94beb056e8
1 changed files with 1 additions and 1 deletions
|
|
@ -7,5 +7,5 @@ var exports = exports || {};
|
|||
exports.fabric = fabric;
|
||||
|
||||
if (typeof define === "function" && define.amd) {
|
||||
define("fabric", [], function() { return fabric });
|
||||
define([], function() { return fabric });
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue