Skip to content

Commit

Permalink
fix(android): Reverted changes to www/push.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Zupan committed Sep 28, 2023
1 parent 3db5a3a commit 50d6d12
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion www/push.js
Original file line number Diff line number Diff line change
@@ -1,10 +1,17 @@
/**
* This file has been generated by Babel.
*
* DO NOT EDIT IT DIRECTLY
*
* Edit the JS source file src/js/push.js
**/
"use strict";

function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a 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 _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); Object.defineProperty(Constructor, "prototype", { writable: false }); return Constructor; }
function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); return Constructor; }

/*!
* Module dependencies.
Expand Down

0 comments on commit 50d6d12

Please sign in to comment.