oribella-tap
Advanced tools
Comparing version
@@ -0,1 +1,11 @@ | ||
<a name="0.3.6"></a> | ||
## [0.3.6](https://github.com/oribella/tap/compare/v0.3.5...v0.3.6) (2015-12-13) | ||
### Bug Fixes | ||
* **dist:** update ([4b39a50](https://github.com/oribella/tap/commit/4b39a50)) | ||
<a name="0.3.5"></a> | ||
@@ -2,0 +12,0 @@ ## [0.3.5](https://github.com/oribella/tap/compare/v0.3.4...v0.3.5) (2015-12-11) |
@@ -1,34 +0,13 @@ | ||
"use strict"; | ||
define(["exports", "oribella-framework"], function (exports, _oribellaFramework) { | ||
"use strict"; | ||
define(["exports", "oribella-framework"], function (exports, _oribellaFramework) { | ||
Object.defineProperty(exports, "__esModule", { | ||
value: true | ||
}); | ||
exports.Tap = undefined; | ||
function _classCallCheck(instance, Constructor) { | ||
if (!(instance instanceof Constructor)) { | ||
throw new TypeError("Cannot call a class as a function"); | ||
} | ||
} | ||
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; }; })(); | ||
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); | ||
} | ||
} | ||
function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } } | ||
return function (Constructor, protoProps, staticProps) { | ||
if (protoProps) defineProperties(Constructor.prototype, protoProps); | ||
if (staticProps) defineProperties(Constructor, staticProps); | ||
return Constructor; | ||
}; | ||
})(); | ||
var Tap = exports.Tap = (function () { | ||
var Tap = (function () { | ||
_createClass(Tap, null, [{ | ||
@@ -88,2 +67,4 @@ key: "defaultOptions", | ||
})(); | ||
exports.Tap = Tap; | ||
}); |
"use strict"; | ||
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; }; })(); | ||
Object.defineProperty(exports, "__esModule", { | ||
value: true | ||
}); | ||
exports.Tap = undefined; | ||
var _oribellaFramework = require("oribella-framework"); | ||
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 _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } } | ||
var Tap = exports.Tap = (function () { | ||
var _oribellaFramework = require("oribella-framework"); | ||
var Tap = (function () { | ||
_createClass(Tap, null, [{ | ||
@@ -68,2 +67,4 @@ key: "defaultOptions", | ||
return Tap; | ||
})(); | ||
})(); | ||
exports.Tap = Tap; |
@@ -1,12 +0,10 @@ | ||
"use strict"; | ||
System.register(["oribella-framework"], function (_export) { | ||
var RETURN_FLAG, _createClass, Tap; | ||
"use strict"; | ||
function _classCallCheck(instance, Constructor) { | ||
if (!(instance instanceof Constructor)) { | ||
throw new TypeError("Cannot call a class as a function"); | ||
} | ||
} | ||
var RETURN_FLAG, Tap; | ||
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 _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } } | ||
return { | ||
@@ -17,21 +15,3 @@ setters: [function (_oribellaFramework) { | ||
execute: function () { | ||
_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; | ||
}; | ||
})(); | ||
_export("Tap", Tap = (function () { | ||
Tap = (function () { | ||
_createClass(Tap, null, [{ | ||
@@ -90,3 +70,3 @@ key: "defaultOptions", | ||
return Tap; | ||
})()); | ||
})(); | ||
@@ -93,0 +73,0 @@ _export("Tap", Tap); |
{ | ||
"name": "oribella-tap", | ||
"version": "0.3.5", | ||
"version": "0.3.6", | ||
"description": "Tap gesture", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
14582
-1.28%13
-7.14%285
-11.21%