@@ -79,7 +79,7 @@ def report_sizes(t):
|
|||||||
virtual('all', 'build-all', 'build', 'examples')
|
virtual('all', 'build-all', 'build', 'examples')
|
||||||
|
|
||||||
|
|
||||||
virtual('precommit', 'lint', 'build-all', 'test', 'build', 'build-examples')
|
virtual('precommit', 'lint', 'build-all', 'test', 'build', 'build-examples', 'doc')
|
||||||
|
|
||||||
|
|
||||||
virtual('build', 'build/ol.css', 'build/ol.js')
|
virtual('build', 'build/ol.css', 'build/ol.js')
|
||||||
|
|||||||
@@ -319,6 +319,7 @@ ol.renderer.dom.TileLayerZ_.prototype.addTile = function(tile) {
|
|||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
* FIXME empty description for jsdoc
|
||||||
*/
|
*/
|
||||||
ol.renderer.dom.TileLayerZ_.prototype.finalizeAddTiles = function() {
|
ol.renderer.dom.TileLayerZ_.prototype.finalizeAddTiles = function() {
|
||||||
if (!goog.isNull(this.documentFragment_)) {
|
if (!goog.isNull(this.documentFragment_)) {
|
||||||
|
|||||||
@@ -76,5 +76,6 @@ ol.Tile.prototype.getState = function() {
|
|||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
* FIXME empty description for jsdoc
|
||||||
*/
|
*/
|
||||||
ol.Tile.prototype.load = goog.abstractMethod;
|
ol.Tile.prototype.load = goog.abstractMethod;
|
||||||
|
|||||||
Reference in New Issue
Block a user