aboutsummaryrefslogtreecommitdiff
path: root/js/helper-classes/RDGE/src/core/script/objectManager.js
diff options
context:
space:
mode:
authorEric Guzman2012-04-05 18:42:40 -0700
committerEric Guzman2012-04-05 18:42:40 -0700
commit8ff9dde2053e41d85bb27d9c91808a30e551a138 (patch)
tree8eec67d632d82d3052ed470096eda13fd50a55c8 /js/helper-classes/RDGE/src/core/script/objectManager.js
parent4631d54ffb4942378835689e9f5d70ed95610822 (diff)
parent7656b6eac7aec59697c6cddbe2a507fe9e4aa187 (diff)
downloadninja-8ff9dde2053e41d85bb27d9c91808a30e551a138.tar.gz
Merge branch 'refs/heads/master' into CSSPanelUpdates
Diffstat (limited to 'js/helper-classes/RDGE/src/core/script/objectManager.js')
-rwxr-xr-xjs/helper-classes/RDGE/src/core/script/objectManager.js8
1 files changed, 5 insertions, 3 deletions
diff --git a/js/helper-classes/RDGE/src/core/script/objectManager.js b/js/helper-classes/RDGE/src/core/script/objectManager.js
index 0bb8b91b..303a69db 100755
--- a/js/helper-classes/RDGE/src/core/script/objectManager.js
+++ b/js/helper-classes/RDGE/src/core/script/objectManager.js
@@ -4,9 +4,11 @@ No rights, expressed or implied, whatsoever to this software are provided by Mot
4(c) Copyright 2011 Motorola Mobility, Inc. All Rights Reserved. 4(c) Copyright 2011 Motorola Mobility, Inc. All Rights Reserved.
5</copyright> */ 5</copyright> */
6 6
7/* generic handle-based object manager 7// RDGE namespaces
8*/ 8var RDGE = RDGE || {};
9objectManager = function() { 9
10/* generic handle-based object manager */
11RDGE.objectManager = function() {
10 this.guidCounter = 0; 12 this.guidCounter = 0;
11 this.objects = []; 13 this.objects = [];
12 this.numObjects = 0; 14 this.numObjects = 0;