Add empty descriptions to work around jsdoc

This commit is contained in:
Tom Payne
2013-01-12 00:51:36 +01:00
parent fca7472506
commit 48ee9e75a4
2 changed files with 2 additions and 0 deletions

View File

@@ -76,5 +76,6 @@ ol.Tile.prototype.getState = function() {
/**
* FIXME empty description for jsdoc
*/
ol.Tile.prototype.load = goog.abstractMethod;