Skip to content

Commit

Permalink
Deploying.
Browse files Browse the repository at this point in the history
  • Loading branch information
kazzkiq committed Feb 10, 2019
1 parent d5b6d86 commit 9eb6a02
Show file tree
Hide file tree
Showing 3 changed files with 40 additions and 40 deletions.
74 changes: 37 additions & 37 deletions app.js
Expand Up @@ -3447,7 +3447,7 @@ function create_if_block_3(component, state) {
};
}

function Icon_component_svelte(options) {
function Multiple_wallets_component_svelte(options) {
init(this, options);
this._state = assign({}, options.data);

Expand All @@ -3459,7 +3459,7 @@ function Icon_component_svelte(options) {
}
}

assign(Icon_component_svelte.prototype, {
assign(Multiple_wallets_component_svelte.prototype, {
destroy: destroy,
get: get,
fire: fire,
Expand All @@ -3473,7 +3473,7 @@ assign(Icon_component_svelte.prototype, {
_differs: _differs
});

Icon_component_svelte.prototype._recompute = noop;
Multiple_wallets_component_svelte.prototype._recompute = noop;

function createText(data) {
return document.createTextNode(data);
Expand Down Expand Up @@ -3618,7 +3618,7 @@ function callAll(fns) {
while (fns && fns.length) fns.shift()();
}

module.exports = Icon_component_svelte;});
module.exports = Multiple_wallets_component_svelte;});

;require.register("components/multiple-wallets/multiple-wallets.component.svelte.html", function(exports, require, module) {
/* app/components/multiple-wallets/multiple-wallets.component.svelte.html generated by Svelte v1.64.1 */
Expand Down Expand Up @@ -3934,7 +3934,7 @@ function create_each_block_1(component, state) {
};
}

function Icon_component_svelte(options) {
function Multiple_wallets_component_svelte(options) {
init(this, options);
this._state = assign(this.store._init(["dictionary"]), options.data);
this.store._add(this, ["dictionary"]);
Expand All @@ -3961,7 +3961,7 @@ function Icon_component_svelte(options) {
}
}

assign(Icon_component_svelte.prototype, {
assign(Multiple_wallets_component_svelte.prototype, {
destroy: destroy,
get: get,
fire: fire,
Expand All @@ -3974,9 +3974,9 @@ assign(Icon_component_svelte.prototype, {
_unmount: _unmount,
_differs: _differs
});
assign(Icon_component_svelte.prototype, methods);
assign(Multiple_wallets_component_svelte.prototype, methods);

Icon_component_svelte.prototype._recompute = noop;
Multiple_wallets_component_svelte.prototype._recompute = noop;

function assign(tar, src) {
for (var k in src) tar[k] = src[k];
Expand Down Expand Up @@ -4139,7 +4139,7 @@ function blankObject() {
return Object.create(null);
}

module.exports = Icon_component_svelte;});
module.exports = Multiple_wallets_component_svelte;});

;require.register("components/paperwallet/paperwallet.component.svelte.html", function(exports, require, module) {
/* app/components/paperwallet/paperwallet.component.svelte.html generated by Svelte v1.64.1 */
Expand Down Expand Up @@ -8521,7 +8521,7 @@ function create_main_fragment(component, state) {
};
}

function Icon_component_svelte(options) {
function Multiple_wallets_component_svelte(options) {
init(this, options);
this._state = assign({}, options.data);

Expand All @@ -8533,7 +8533,7 @@ function Icon_component_svelte(options) {
}
}

assign(Icon_component_svelte.prototype, {
assign(Multiple_wallets_component_svelte.prototype, {
destroy: destroy,
get: get,
fire: fire,
Expand All @@ -8547,7 +8547,7 @@ assign(Icon_component_svelte.prototype, {
_differs: _differs
});

Icon_component_svelte.prototype._recompute = noop;
Multiple_wallets_component_svelte.prototype._recompute = noop;

function createSvgElement(name) {
return document.createElementNS('http://www.w3.org/2000/svg', name);
Expand Down Expand Up @@ -8700,7 +8700,7 @@ function callAll(fns) {
while (fns && fns.length) fns.shift()();
}

module.exports = Icon_component_svelte;});
module.exports = Multiple_wallets_component_svelte;});

;require.register("helpers/checkCompatibility.js", function(exports, require, module) {
"use strict";
Expand Down Expand Up @@ -11433,7 +11433,7 @@ function create_main_fragment(component, state) {
};
}

function Icon_component_svelte(options) {
function Multiple_wallets_component_svelte(options) {
init(this, options);
this.refs = {};
this._state = assign(this.store._init(["dictionary"]), options.data);
Expand All @@ -11449,7 +11449,7 @@ function Icon_component_svelte(options) {
}
}

assign(Icon_component_svelte.prototype, {
assign(Multiple_wallets_component_svelte.prototype, {
destroy: destroy,
get: get,
fire: fire,
Expand All @@ -11462,9 +11462,9 @@ assign(Icon_component_svelte.prototype, {
_unmount: _unmount,
_differs: _differs
});
assign(Icon_component_svelte.prototype, methods);
assign(Multiple_wallets_component_svelte.prototype, methods);

Icon_component_svelte.prototype._recompute = noop;
Multiple_wallets_component_svelte.prototype._recompute = noop;

function createElement(name) {
return document.createElement(name);
Expand Down Expand Up @@ -11621,7 +11621,7 @@ function callAll(fns) {
while (fns && fns.length) fns.shift()();
}

module.exports = Icon_component_svelte;});
module.exports = Multiple_wallets_component_svelte;});

;require.register("pages/generator/generator.handler.js", function(exports, require, module) {
'use strict';
Expand Down Expand Up @@ -12030,7 +12030,7 @@ function create_main_fragment(component, state) {
};
}

function Icon_component_svelte(options) {
function Multiple_wallets_component_svelte(options) {
init(this, options);
this.refs = {};
this._state = assign(assign(assign({ Math : Math }, this.store._init(["dictionary"])), data()), options.data);
Expand Down Expand Up @@ -12067,7 +12067,7 @@ function Icon_component_svelte(options) {
}
}

assign(Icon_component_svelte.prototype, {
assign(Multiple_wallets_component_svelte.prototype, {
destroy: destroy,
get: get,
fire: fire,
Expand All @@ -12080,9 +12080,9 @@ assign(Icon_component_svelte.prototype, {
_unmount: _unmount,
_differs: _differs
});
assign(Icon_component_svelte.prototype, methods);
assign(Multiple_wallets_component_svelte.prototype, methods);

Icon_component_svelte.prototype._recompute = noop;
Multiple_wallets_component_svelte.prototype._recompute = noop;

function createElement(name) {
return document.createElement(name);
Expand Down Expand Up @@ -12243,7 +12243,7 @@ function blankObject() {
return Object.create(null);
}

module.exports = Icon_component_svelte;});
module.exports = Multiple_wallets_component_svelte;});

;require.register("pages/index/index.handler.js", function(exports, require, module) {
'use strict';
Expand Down Expand Up @@ -12706,7 +12706,7 @@ function create_if_block_1(component, state) {
};
}

function Icon_component_svelte(options) {
function Multiple_wallets_component_svelte(options) {
init(this, options);
this._state = assign(assign(this.store._init(["dictionary"]), data()), options.data);
this.store._add(this, ["dictionary"]);
Expand All @@ -12733,7 +12733,7 @@ function Icon_component_svelte(options) {
}
}

assign(Icon_component_svelte.prototype, {
assign(Multiple_wallets_component_svelte.prototype, {
destroy: destroy,
get: get,
fire: fire,
Expand All @@ -12746,9 +12746,9 @@ assign(Icon_component_svelte.prototype, {
_unmount: _unmount,
_differs: _differs
});
assign(Icon_component_svelte.prototype, methods);
assign(Multiple_wallets_component_svelte.prototype, methods);

Icon_component_svelte.prototype._recompute = noop;
Multiple_wallets_component_svelte.prototype._recompute = noop;

function assign(tar, src) {
for (var k in src) tar[k] = src[k];
Expand Down Expand Up @@ -12919,7 +12919,7 @@ function blankObject() {
return Object.create(null);
}

module.exports = Icon_component_svelte;});
module.exports = Multiple_wallets_component_svelte;});

;require.register("pages/not-supported/not-supported.handler.js", function(exports, require, module) {
'use strict';
Expand Down Expand Up @@ -13013,7 +13013,7 @@ function create_main_fragment(component, state) {
};
}

function Icon_component_svelte(options) {
function Multiple_wallets_component_svelte(options) {
init(this, options);
this._state = assign({}, options.data);

Expand All @@ -13025,7 +13025,7 @@ function Icon_component_svelte(options) {
}
}

assign(Icon_component_svelte.prototype, {
assign(Multiple_wallets_component_svelte.prototype, {
destroy: destroy,
get: get,
fire: fire,
Expand All @@ -13039,7 +13039,7 @@ assign(Icon_component_svelte.prototype, {
_differs: _differs
});

Icon_component_svelte.prototype._recompute = noop;
Multiple_wallets_component_svelte.prototype._recompute = noop;

function createElement(name) {
return document.createElement(name);
Expand Down Expand Up @@ -13176,7 +13176,7 @@ function callAll(fns) {
while (fns && fns.length) fns.shift()();
}

module.exports = Icon_component_svelte;});
module.exports = Multiple_wallets_component_svelte;});

;require.register("pages/wallet/wallet.handler.js", function(exports, require, module) {
'use strict';
Expand Down Expand Up @@ -14020,7 +14020,7 @@ function create_if_block_3(component, state) {
};
}

function Icon_component_svelte(options) {
function Multiple_wallets_component_svelte(options) {
init(this, options);
this.refs = {};
this._state = assign(assign(this.store._init(["dictionary"]), data()), options.data);
Expand Down Expand Up @@ -14048,7 +14048,7 @@ function Icon_component_svelte(options) {
}
}

assign(Icon_component_svelte.prototype, {
assign(Multiple_wallets_component_svelte.prototype, {
destroy: destroy,
get: get,
fire: fire,
Expand All @@ -14061,9 +14061,9 @@ assign(Icon_component_svelte.prototype, {
_unmount: _unmount,
_differs: _differs
});
assign(Icon_component_svelte.prototype, methods);
assign(Multiple_wallets_component_svelte.prototype, methods);

Icon_component_svelte.prototype._recompute = noop;
Multiple_wallets_component_svelte.prototype._recompute = noop;

function createElement(name) {
return document.createElement(name);
Expand Down Expand Up @@ -14220,7 +14220,7 @@ function blankObject() {
return Object.create(null);
}

module.exports = Icon_component_svelte;});
module.exports = Multiple_wallets_component_svelte;});

;require.register("routes.js", function(exports, require, module) {
'use strict';
Expand Down
4 changes: 2 additions & 2 deletions locales/de-DE.json
Expand Up @@ -2,7 +2,7 @@
"language": "de-DE",
"index": {
"title": "Wallet Generator",
"subtitle": "Um eine neue Wallet zu erstellen, einfach den Button unten drücken und den Anweisungen folgen und den Anweisungen folgen. ",
"subtitle": "Um eine neue Wallet zu erstellen, einfach den Button unten drücken und den Anweisungen folgen.",
"start": "Start",
"aboutLink": "über",
"options": {
Expand Down Expand Up @@ -54,4 +54,4 @@
"privateKey": "Privater Schlüssel:"
}
}
}
}
2 changes: 1 addition & 1 deletion sw.js
Expand Up @@ -2,7 +2,7 @@
* For each new deploy, change this version
*/

const PRECACHE = '0.9';
const PRECACHE = '0.10';
const RUNTIME = 'PEERCOIN-WALLET-GENERATOR';


Expand Down

0 comments on commit 9eb6a02

Please sign in to comment.