Overview
| Comment: | [core][js] remove wrong export | 
|---|---|
| Downloads: | Tarball | ZIP archive | SQL archive | 
| Timelines: | family | ancestors | descendants | both | core | webext2 | 
| Files: | files | file ages | folders | 
| SHA3-256: | 
896ba1075381c7d3455ced9557ece053 | 
| User & Date: | olr on 2017-08-01 07:24:16 | 
| Other Links: | branch diff | manifest | tags | 
Context
| 
   2017-08-01 
 | ||
| 07:58 | [core][js] conj as object check-in: c4723b20d5 user: olr tags: core, webext2 | |
| 07:24 | [core][js] remove wrong export check-in: 896ba10753 user: olr tags: core, webext2 | |
| 
   2017-07-31 
 | ||
| 19:30 | [core][js] cregex as object + revert previous commit check-in: baa88da03c user: olr tags: core, webext2 | |
Changes
Modified gc_core/js/helpers.js from [86470812dd] to [60e583b5e8].
| ︙ | ︙ | |||
85 86 87 88 89 90 91  | 
        }
        return obj;
    }
}
if (typeof(exports) !== 'undefined') {
 | <  | 85 86 87 88 89 90 91 92 93 94 95 96 97 98  | 
        }
        return obj;
    }
}
if (typeof(exports) !== 'undefined') {
    exports.setLogOutput = helpers.setLogOutput;
    exports.echo = helpers.echo;
    exports.logerror = helpers.logerror;
    exports.inspect = helpers.inspect;
    exports.loadFile = helpers.loadFile;
    exports.objectToMap = helpers.objectToMap;
    exports.mapToObject = helpers.mapToObject;
 | 
| ︙ | ︙ |