mirror of
https://github.com/openseadragon/openseadragon.git
synced 2024-11-26 07:06:10 +03:00
Doc comment fix
This commit is contained in:
parent
0e587f7c33
commit
fca0a7ca1b
@ -222,10 +222,11 @@
|
|||||||
}
|
}
|
||||||
return context;
|
return context;
|
||||||
},
|
},
|
||||||
/**
|
|
||||||
* @private Build the differents levels of the pyramid if possible
|
// private
|
||||||
* (canvas API enabled and no canvas tainting issue)
|
//
|
||||||
*/
|
// Builds the differents levels of the pyramid if possible
|
||||||
|
// (i.e. if canvas API enabled and no canvas tainting issue).
|
||||||
_buildLevels: function () {
|
_buildLevels: function () {
|
||||||
var levels = [{
|
var levels = [{
|
||||||
url: this._image.src,
|
url: this._image.src,
|
||||||
|
Loading…
Reference in New Issue
Block a user