Differences From Artifact [7cb5eceb49]:
- File gc_lang/fr/modules-js/phonet.js — part of check-in [13772ea91b] at 2017-06-24 04:57:27 on branch trunk — [fr][bug] phonet: hasSimil & getSimil (user: olr, size: 2026) [annotate] [blame] [check-ins using]
To Artifact [d425c9d552]:
- File gc_lang/fr/modules-js/phonet.js — part of check-in [c55ae247e7] at 2017-07-29 08:06:31 on branch webext — [core][js] test if <exports> exists (user: olr, size: 2079) [annotate] [blame] [check-ins using] [more...]
| ︙ | ︙ | |||
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;
}
|