Multiton pattern: Difference between revisions

Content deleted Content added
Action Script 3.0: There should be no space between Action and Script, it is one word.
Line 50:
public function InternalModelLocator() {
if(!allowCreation){
throw new Error("Only one instance aloudallowed to be created, and only with GetInstanceMethod");
}
}