Merge pull request #914 from MisterTea/master

Do not name the requirejs module
This commit is contained in:
Juriy Zaytsev 2013-10-21 06:56:13 -07:00
commit 94beb056e8

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