Skip to content

Commit 2e3c7e5

Browse files
committed
Fix for ticket max age
1 parent 2802fb7 commit 2e3c7e5

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

js/gitana/Gitana.js

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1253,6 +1253,12 @@
12531253
}
12541254
}
12551255

1256+
// default to load app helper if not defined
1257+
if (typeof(config.loadAppHelper) == "undefined")
1258+
{
1259+
config.loadAppHelper = true;
1260+
}
1261+
12561262
// this gets called once the platform is drawn from cache or created
12571263
// fires the callback and passes in the platform or the app helper
12581264
var setupContext = function(platformCacheKey)

0 commit comments

Comments
 (0)