This commit is contained in:
Preet
2017-02-13 23:55:19 -08:00
parent 94bcd28ffd
commit e88baefb8f
7 changed files with 11 additions and 7 deletions

View File

@@ -1898,6 +1898,6 @@ class RoughCanvas {
}
}
if (exports) {
exports.RoughCanvas = RoughCanvas;
if (exports || window) {
(exports || window).RoughCanvas = RoughCanvas;
}

View File

@@ -2040,7 +2040,7 @@ var RoughCanvas = function () {
return RoughCanvas;
}();
if (exports) {
exports.RoughCanvas = RoughCanvas;
if (exports || window) {
(exports || window).RoughCanvas = RoughCanvas;
}
//# sourceMappingURL=rough.js.map

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

BIN
docs/builds/rough.zip Normal file

Binary file not shown.