wrapped all modules with anonymous func. moved Canvas to root dir because it's now coupled to KineticJS logic. removed whitelisting arrays from Global. Did some prep work for AMD and Node support

This commit is contained in:
Eric Rowell
2012-12-01 12:04:10 -08:00
parent 8e5297033b
commit ab19b442a0
40 changed files with 4871 additions and 4749 deletions

View File

@@ -2,7 +2,7 @@
<html>
<head>
<link rel="stylesheet" type="text/css"href="../base.css">
<script src="../../dist/kinetic-current.js"></script>
<script src="../../dist/kinetic-vcurrent.js"></script>
<!-- assets -->
<script src="../js/Test.js"></script>
<script src="../js/performanceTests.js"></script>