diff options
Diffstat (limited to 'jaws/src/core.js')
| -rwxr-xr-x | jaws/src/core.js | 2 |
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]) { |
