Changeset 20
- Timestamp:
- 11/19/08 10:23:53 (7 weeks ago)
- Files:
-
- 1 modified
-
gnrjs/gnr_d11/js/gnrbag.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
gnrjs/gnr_d11/js/gnrbag.js
r1 r20 162 162 } 163 163 else if(this._status=='resolving'){ 164 console.log('me tooooo:'+this.label);165 164 return this._resolver.meToo(); 166 167 165 } 168 166 else if ((this._status=='loaded') &&(!this._resolver.expired()) && (mode.indexOf('reload')<0)){
