summaryrefslogtreecommitdiff
path: root/jaws/src/core.js
diff options
context:
space:
mode:
authorMichele Bini <michele.bini@gmail.com>2014-10-05 14:42:44 (GMT)
committerMichele Bini <michele.bini@gmail.com>2014-10-05 14:42:44 (GMT)
commit02db0270e2ccd2e54f678dbd8d3f7af6875a81f9 (patch)
tree792018400841f69fd7707dd3c33c7ff995ea2300 /jaws/src/core.js
parent26e282e626be8d16eb40fe1ddf4454f96037a3e1 (diff)
jaws: Remove 'viewport' support
Diffstat (limited to 'jaws/src/core.js')
-rwxr-xr-xjaws/src/core.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/jaws/src/core.js b/jaws/src/core.js
index 48509bd..5a02dd1 100755
--- a/jaws/src/core.js
+++ b/jaws/src/core.js
@@ -65,7 +65,7 @@ var jaws = (function(jaws) {
* If a global property is already taken, a warning will be written to jaws log.
*/
jaws.unpack = function() {
- var make_global = ["Sprite", "SpriteList", "Animation", "Viewport", "SpriteSheet", "Parallax", "pressed", "QuadTree"];
+ var make_global = ["Sprite", "SpriteList", "Animation", "SpriteSheet", "Parallax", "pressed", "QuadTree"];
make_global.forEach(function(item) {
if (window[item]) {