atom variable holds all global state and is shared across contexts.

This commit is contained in:
Corey Johnson & Nathan Sobo
2012-02-28 13:14:35 -08:00
parent 5ac7088423
commit b37b45b4b1
13 changed files with 69 additions and 54 deletions

View File

@@ -25,7 +25,7 @@
}
window.onload = function() {
require($bootstrapScript);
if ($bootstrapScript) require($bootstrapScript);
}
</script>
</head>