Punctuation fix

This commit is contained in:
Mark Salsbery 2013-10-30 13:35:39 -07:00
parent cfd76a6fd9
commit 9e5dcd766f

View File

@ -54,7 +54,7 @@
* this tile failed to load?
* @property {String} url The URL of this tile's image.
* @property {Boolean} loaded Is this tile loaded?
* @property {Boolean} loading Is this tile loading
* @property {Boolean} loading Is this tile loading?
* @property {Element} element The HTML div element for this tile
* @property {Element} imgElement The HTML img element for this tile
* @property {Image} image The Image object for this tile