From 9e5dcd766f7bd6d6ccaf0321addda900156fddcd Mon Sep 17 00:00:00 2001 From: Mark Salsbery Date: Wed, 30 Oct 2013 13:35:39 -0700 Subject: [PATCH] Punctuation fix --- src/tile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tile.js b/src/tile.js index eb6f333c..fc985d1e 100644 --- a/src/tile.js +++ b/src/tile.js @@ -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