Doc comment fix

This commit is contained in:
Ian Gilman 2015-11-12 13:55:47 -08:00
parent 0e587f7c33
commit fca0a7ca1b

View File

@ -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,