diff options
| author | Michele Bini <michele.bini@gmail.com> | 2015-10-28 21:24:03 (GMT) |
|---|---|---|
| committer | Michele Bini <michele.bini@gmail.com> | 2015-10-28 21:28:40 (GMT) |
| commit | a3644f6e088a0296c1dff8a8fbb66e7c6fabd0d3 (patch) | |
| tree | aba9ce626f31c261e2aeae043abb94dd3de2d0a8 /jaws/src | |
| parent | 1639316e9f403eb50069fbf37426106bc544f994 (diff) | |
jaws/jaws-min.js jaws/jaws.js jaws/src/game_loop.js jaws/src/quadtree.js
Diffstat (limited to 'jaws/src')
| -rwxr-xr-x | jaws/src/game_loop.js | 2 | ||||
| -rwxr-xr-x | jaws/src/quadtree.js | 2 |
2 files changed, 0 insertions, 4 deletions
diff --git a/jaws/src/game_loop.js b/jaws/src/game_loop.js index aa773e5..5b9bd4d 100755 --- a/jaws/src/game_loop.js +++ b/jaws/src/game_loop.js @@ -1,5 +1,3 @@ -if(typeof require !== "undefined") { var jaws = require("./core.js"); } - var jaws = (function(jaws) { // requestAnim shim layer by Paul Irish diff --git a/jaws/src/quadtree.js b/jaws/src/quadtree.js index 0dd25ab..697a674 100755 --- a/jaws/src/quadtree.js +++ b/jaws/src/quadtree.js @@ -1,5 +1,3 @@ -if(typeof require !== "undefined") { var jaws = require("./core.js"); } - /* * @class jaws.QuadTree * @property {jaws.Rect} bounds Rect(x,y,width,height) defining bounds of tree |
