mirror of
https://github.com/openseadragon/openseadragon.git
synced 2025-01-31 23:21:42 +03:00
Update viewer.js
trailing white space....
This commit is contained in:
parent
0f705d093a
commit
6f79f80fe0
@ -208,7 +208,7 @@ $.Viewer = function( options ) {
|
|||||||
initialTileSource = this.tileSources[ this.initialPage ];
|
initialTileSource = this.tileSources[ this.initialPage ];
|
||||||
|
|
||||||
//Update the sequence (aka currrent page) property
|
//Update the sequence (aka currrent page) property
|
||||||
THIS[ this.hash ].sequence = this.initialPage;
|
THIS[ this.hash ].sequence = this.initialPage;
|
||||||
} else {
|
} else {
|
||||||
initialTileSource = this.tileSources;
|
initialTileSource = this.tileSources;
|
||||||
}
|
}
|
||||||
@ -1082,7 +1082,7 @@ $.extend( $.Viewer.prototype, $.EventSource.prototype, $.ControlDock.prototype,
|
|||||||
},
|
},
|
||||||
|
|
||||||
currentPage: function () {
|
currentPage: function () {
|
||||||
return THIS[ this.hash ].sequence;
|
return THIS[ this.hash ].sequence;
|
||||||
},
|
},
|
||||||
|
|
||||||
sequenceButtons: function (page) {
|
sequenceButtons: function (page) {
|
||||||
@ -1107,7 +1107,7 @@ $.extend( $.Viewer.prototype, $.EventSource.prototype, $.ControlDock.prototype,
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @function
|
* @function
|
||||||
|
Loading…
x
Reference in New Issue
Block a user