Do not name the requirejs module (see http://requirejs.org/docs/api.html#modulename )

This commit is contained in:
Jason Gauci 2013-10-20 21:10:19 -07:00
parent 3b0b9b7d80
commit 6bbc1798f1

View file

@ -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 });
}