/* Compressed by the perl version of jsmin. */ /* JavaScript::Minifier 0.02 */ function CSimpleObservable(aIsAsync) {this.mObservers=new CList();this.mIsAsync=aIsAsync||false;} CSimpleObservable.prototype={notify:function(aValue) {var length=this.mObservers.getLength();for(var i=0;i