File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed
src/org/puremvc/as3/multicore/core Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 44*/
55package org.puremvc.as3.multicore.core
66{
7- import org.puremvc.as3.multicore.core.* ;
87import org.puremvc.as3.multicore.interfaces.* ;
98import org.puremvc.as3.multicore.patterns.observer.* ;
109
@@ -172,7 +171,7 @@ package org.puremvc.as3.multicore.core
172171protected var multitonKey : String ;
173172
174173// Singleton instance
175- protected static var instanceMap : Array ;
174+ protected static var instanceMap : Array = new Array () ;
176175
177176// Message Constants
178177protected const MULTITON_MSG : String = "Controller instance for this Multiton key already constructed!" ;
Original file line number Diff line number Diff line change @@ -240,7 +240,7 @@ package org.puremvc.as3.multicore.core
240240protected var observerMap: Array ;
241241
242242// Singleton instance
243- protected static var instanceMap : Array ;
243+ protected static var instanceMap : Array = new Array () ;
244244
245245// The Multiton Key for this app
246246protected var multitonKey : String ;
You can’t perform that action at this time.
0 commit comments