Use goog.nullFunction

This commit is contained in:
Tom Payne
2012-08-02 12:38:55 +02:00
parent 09f439cb4f
commit eec1fdab62
+1 -2
View File
@@ -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;
};
/** /**