Skip to content

Commit

Permalink
chore: add missing build of push.js (#22)
Browse files Browse the repository at this point in the history
  • Loading branch information
erisu authored Aug 28, 2020
1 parent e471bbb commit 061c498
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions www/push.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d
*/
var exec = cordova.require('cordova/exec');

var PushNotification =
/*#__PURE__*/
function () {
var PushNotification = /*#__PURE__*/function () {
/**
* PushNotification constructor.
*
Expand Down Expand Up @@ -311,7 +309,7 @@ function () {
var callback = this.handlers[eventName][i];

if (typeof callback === 'function') {
callback.apply(void 0, args);
callback.apply(void 0, args); // eslint-disable-line standard/no-callback-literal
} else {
console.log("event handler: ".concat(eventName, " must be a function"));
}
Expand Down

0 comments on commit 061c498

Please sign in to comment.