mirror of
https://github.com/Hopiu/fabric.js.git
synced 2026-05-02 02:54:43 +00:00
Do not name the requirejs module (see http://requirejs.org/docs/api.html#modulename )
This commit is contained in:
parent
3b0b9b7d80
commit
6bbc1798f1
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