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