Differences From Artifact [726b7e9abe]:
- File gc_core/js/helpers.js — part of check-in [f9a034e6ce] at 2017-07-27 10:10:40 on branch trunk — [core][js] test if variable <exports> exists (user: olr, size: 2483) [annotate] [blame] [check-ins using]
To Artifact [da0905c944]:
- File gc_core/js/helpers.js — part of check-in [8820c8ab4d] at 2017-07-29 07:54:15 on branch webext — [core][js] helpers: inspect (user: olr, size: 2483) [annotate] [blame] [check-ins using] [more...]
︙ | |||
88 89 90 91 92 93 94 95 96 | 88 89 90 91 92 93 94 95 96 97 98 | + - | if (typeof(exports) !== 'undefined') { exports.setLogOutput = setLogOutput; exports.echo = echo; exports.logerror = logerror; exports.inspect = inspect; exports.loadFile = loadFile; exports.objectToMap = objectToMap; exports.mapToObject = mapToObject; |