This commit is contained in:
Preet
2017-02-14 00:13:48 -08:00
parent e88baefb8f
commit 778cf3f79b
7 changed files with 7 additions and 11 deletions

View File

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

View File

@@ -2040,7 +2040,7 @@ var RoughCanvas = function () {
return RoughCanvas;
}();
if (exports || window) {
(exports || window).RoughCanvas = RoughCanvas;
if (RoughCanvas) {
console.log();
}
//# 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

Binary file not shown.