Closed josh1093 closed 12 years ago
In viewer.js, on line 410:
if ( this._lastOpenStartTime < viewer._lastOpenStartTime ) { $.console.log( "Ignoring out-of-date open." );if ( this._lastOpenStartTime < viewer._lastOpenStartTime ) {
This will fail if window.viewer is not defined.
I did integrate this into my branch since it was an obvious ''Doh!". When I commit I'll note your contribution.
Thanks again.
committed with kudos to you. 0.9.11
meant to close this, sorry
In viewer.js, on line 410:
This will fail if window.viewer is not defined.