Add empty descriptions for jsdoc

This commit is contained in:
Tom Payne
2013-01-12 13:32:57 +01:00
parent 513787147c
commit 3d5c76c346

View File

@@ -86,6 +86,7 @@ ol.TileQueue.prototype.handleTileChange = function() {
/**
* FIXME empty description for jsdoc
*/
ol.TileQueue.prototype.loadMoreTiles = function() {
var tile, tileKey;
@@ -102,6 +103,7 @@ ol.TileQueue.prototype.loadMoreTiles = function() {
/**
* FIXME empty description for jsdoc
*/
ol.TileQueue.prototype.reprioritize = function() {
if (!this.queue_.isEmpty()) {