Differences From Artifact [9c713cdc05]:
- File gc_lang/fr/modules-js/phonet.js — part of check-in [5e196b8b64] at 2017-07-26 17:48:10 on branch trunk — [core][js] change name of new functions for built-in objects (user: olr, size: 2036) [annotate] [blame] [check-ins using]
To Artifact [1d899a6d9f]:
- File gc_lang/fr/modules-js/phonet.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: 2089) [annotate] [blame] [check-ins using]
64 65 66 67 68 69 70 | } } } return aSelect; } | > | | | > | 64 65 66 67 68 69 70 71 72 73 74 75 | } } } return aSelect; } if (typeof(exports) !== 'undefined') { exports.hasSimil = hasSimil; exports.getSimil = getSimil; exports.selectSimil = selectSimil; } |