Replace goog.nullFunction with ol.nullFunction
This commit is contained in:
@@ -3,6 +3,7 @@ goog.provide('ol.style.Circle');
|
||||
goog.require('goog.asserts');
|
||||
goog.require('goog.dom');
|
||||
goog.require('goog.dom.TagName');
|
||||
goog.require('ol');
|
||||
goog.require('ol.color');
|
||||
goog.require('ol.has');
|
||||
goog.require('ol.render.canvas');
|
||||
@@ -214,19 +215,19 @@ ol.style.Circle.prototype.getStroke = function() {
|
||||
/**
|
||||
* @inheritDoc
|
||||
*/
|
||||
ol.style.Circle.prototype.listenImageChange = goog.nullFunction;
|
||||
ol.style.Circle.prototype.listenImageChange = ol.nullFunction;
|
||||
|
||||
|
||||
/**
|
||||
* @inheritDoc
|
||||
*/
|
||||
ol.style.Circle.prototype.load = goog.nullFunction;
|
||||
ol.style.Circle.prototype.load = ol.nullFunction;
|
||||
|
||||
|
||||
/**
|
||||
* @inheritDoc
|
||||
*/
|
||||
ol.style.Circle.prototype.unlistenImageChange = goog.nullFunction;
|
||||
ol.style.Circle.prototype.unlistenImageChange = ol.nullFunction;
|
||||
|
||||
|
||||
/**
|
||||
|
||||
@@ -3,6 +3,7 @@ goog.provide('ol.style.RegularShape');
|
||||
goog.require('goog.asserts');
|
||||
goog.require('goog.dom');
|
||||
goog.require('goog.dom.TagName');
|
||||
goog.require('ol');
|
||||
goog.require('ol.color');
|
||||
goog.require('ol.has');
|
||||
goog.require('ol.render.canvas');
|
||||
@@ -270,19 +271,19 @@ ol.style.RegularShape.prototype.getStroke = function() {
|
||||
/**
|
||||
* @inheritDoc
|
||||
*/
|
||||
ol.style.RegularShape.prototype.listenImageChange = goog.nullFunction;
|
||||
ol.style.RegularShape.prototype.listenImageChange = ol.nullFunction;
|
||||
|
||||
|
||||
/**
|
||||
* @inheritDoc
|
||||
*/
|
||||
ol.style.RegularShape.prototype.load = goog.nullFunction;
|
||||
ol.style.RegularShape.prototype.load = ol.nullFunction;
|
||||
|
||||
|
||||
/**
|
||||
* @inheritDoc
|
||||
*/
|
||||
ol.style.RegularShape.prototype.unlistenImageChange = goog.nullFunction;
|
||||
ol.style.RegularShape.prototype.unlistenImageChange = ol.nullFunction;
|
||||
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user