API Name: global.MobileUtil
gs.include("PrototypeServer");
var MobileUtil = Class.create();
MobileUtil.prototype = {
getBannerText: function() {
return gs.getProperty('glide.product.description.mobile');
},
z: null
};
API Name: global.MobileUtil
gs.include("PrototypeServer");
var MobileUtil = Class.create();
MobileUtil.prototype = {
getBannerText: function() {
return gs.getProperty('glide.product.description.mobile');
},
z: null
};