V1
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
;(function(){
|
||||
// assets/static/gun.js - Deprecated. Replaced by PouchDB (DB module).
|
||||
console.warn('assets/static/gun.js is deprecated and unused.');
|
||||
|
||||
/* UNBUILD */
|
||||
function USE(arg, req){
|
||||
return req? require(arg) : arg.slice? USE[R(arg)] : function(mod, path){
|
||||
arg(mod = {exports: {}});
|
||||
|
||||
@@ -1,4 +1,6 @@
|
||||
var Gun = (typeof window !== "undefined")? window.Gun : require('../gun');
|
||||
// assets/static/open.js - Deprecated. Part of Gun library, not used after migration to PouchDB.
|
||||
console.warn('assets/static/open.js is deprecated and unused.');
|
||||
var Gun = (typeof window !== "undefined")? window.Gun || {} : {};
|
||||
|
||||
Gun.chain.open = function(cb, opt, at, depth){ // this is a recursive function, BEWARE!
|
||||
depth = depth || 1;
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
;(function(){
|
||||
// assets/static/sea.js - Deprecated. Replaced by CryptoJS AES usage in app_modules.js.
|
||||
console.warn('assets/static/sea.js is deprecated and unused.');
|
||||
|
||||
/* UNBUILD */
|
||||
function USE(arg, req){
|
||||
return req? require(arg) : arg.slice? USE[R(arg)] : function(mod, path){
|
||||
arg(mod = {exports: {}});
|
||||
|
||||
Reference in New Issue
Block a user