Use goog.nullFunction
This commit is contained in:
@@ -176,8 +176,7 @@ ol.Object.prototype.bindTo =
|
|||||||
/**
|
/**
|
||||||
* @param {string} key Key.
|
* @param {string} key Key.
|
||||||
*/
|
*/
|
||||||
ol.Object.prototype.changed = function(key) {
|
ol.Object.prototype.changed = goog.nullFunction;
|
||||||
};
|
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Reference in New Issue
Block a user