diff --git a/src/JSBridge.js b/src/JSBridge.js index 9a1baef..c39cd5c 100644 --- a/src/JSBridge.js +++ b/src/JSBridge.js @@ -1,5 +1,5 @@ (function () { - var _scriptVersion = 16.1 + var _scriptVersion = 17.0 // Private objects & functions var _inherit = (function () { function _() { } @@ -2365,7 +2365,8 @@ MobileCRM.Localization.initialize(fn, errorCallback, scope); }; MobileCRM.Metadata.getStringListOptions = function (entityName, propertyName) { - /// Gets the list of options for the string list property. + /// Gets the list of options for the string list property. + /// MobileCRM.Localization needs to be initialized prior to using this function. Otherwise empty array is returned. /// The entity name. /// The string list property name. var options = {};