This commit is contained in:
Preet
2017-02-13 23:43:40 -08:00
parent 10767788b9
commit 94bcd28ffd
8 changed files with 11 additions and 13 deletions

View File

@@ -1,9 +1,5 @@
'use strict';
Object.defineProperty(exports, "__esModule", {
value: true
});
var _createClass = function () { function defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if ("value" in descriptor) descriptor.writable = true; Object.defineProperty(target, descriptor.key, descriptor); } } return function (Constructor, protoProps, staticProps) { if (protoProps) defineProperties(Constructor.prototype, protoProps); if (staticProps) defineProperties(Constructor, staticProps); return Constructor; }; }();
function _possibleConstructorReturn(self, call) { if (!self) { throw new ReferenceError("this hasn't been initialised - super() hasn't been called"); } return call && (typeof call === "object" || typeof call === "function") ? call : self; }
@@ -2044,5 +2040,7 @@ var RoughCanvas = function () {
return RoughCanvas;
}();
exports.RoughCanvas = RoughCanvas;
if (exports) {
exports.RoughCanvas = RoughCanvas;
}
//# sourceMappingURL=rough.js.map