diff options
Diffstat (limited to 'js/helper-classes/RDGE/src/core/script/objectManager.js')
-rwxr-xr-x | js/helper-classes/RDGE/src/core/script/objectManager.js | 8 |
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 | */ | 8 | var RDGE = RDGE || {}; |
9 | objectManager = function() { | 9 | |
10 | /* generic handle-based object manager */ | ||
11 | RDGE.objectManager = function() { | ||
10 | this.guidCounter = 0; | 12 | this.guidCounter = 0; |
11 | this.objects = []; | 13 | this.objects = []; |
12 | this.numObjects = 0; | 14 | this.numObjects = 0; |