We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2802fb7 commit 2e3c7e5Copy full SHA for 2e3c7e5
1 file changed
js/gitana/Gitana.js
@@ -1253,6 +1253,12 @@
1253
}
1254
1255
1256
+ // default to load app helper if not defined
1257
+ if (typeof(config.loadAppHelper) == "undefined")
1258
+ {
1259
+ config.loadAppHelper = true;
1260
+ }
1261
+
1262
// this gets called once the platform is drawn from cache or created
1263
// fires the callback and passes in the platform or the app helper
1264
var setupContext = function(platformCacheKey)
0 commit comments