(originally reported by lothaine)
I'm not sure how to make a patch so I'm submitting this here. In version 48659, in the file Seadragon.pre.js, on line 877, there is a function:
openTileSource: function(tileSource) {
var currentTime = beforeOpen();
window.setTimeout(Function.createDelegate(this, function() {
onOpen(currentTime, tileSource);
}), 1);
},
On the second line beforeOpen(); should be this._beforeOpen(); and on the fourth line onOpen(...); should be this._onOpen(...);
Comments: This issue is fixed with release June 2012.
I'm not sure how to make a patch so I'm submitting this here. In version 48659, in the file Seadragon.pre.js, on line 877, there is a function:
openTileSource: function(tileSource) {
var currentTime = beforeOpen();
window.setTimeout(Function.createDelegate(this, function() {
onOpen(currentTime, tileSource);
}), 1);
},
On the second line beforeOpen(); should be this._beforeOpen(); and on the fourth line onOpen(...); should be this._onOpen(...);
Comments: This issue is fixed with release June 2012.