Assign global 'platform' variable on window at eval time

This commit is contained in:
Kevin Sawicki & Nathan Sobo
2012-08-03 14:57:08 -06:00
committed by Kevin Sawicki
parent c53f87fcba
commit 4eb3c2d67b

View File

@@ -13,6 +13,7 @@ windowAdditions =
rootViewParentSelector: 'body'
rootView: null
keymap: null
platform: $native.getPlatform()
setUpKeymap: ->
Keymap = require 'keymap'