Merge pull request #645 from fredj/ol.object.changed

Remove unused ol.Object.prototype.changed
This commit is contained in:
Frédéric Junod
2013-04-23 04:52:13 -07:00
2 changed files with 0 additions and 7 deletions

View File

@@ -1,6 +1,5 @@
@exportSymbol ol.Object
@exportProperty ol.Object.prototype.bindTo
@exportProperty ol.Object.prototype.changed
@exportProperty ol.Object.prototype.get
@exportProperty ol.Object.prototype.notify
@exportProperty ol.Object.prototype.on

View File

@@ -160,12 +160,6 @@ ol.Object.prototype.bindTo =
};
/**
* @param {string} key Key.
*/
ol.Object.prototype.changed = goog.nullFunction;
/**
* @param {string} key Key.
* @return {*} Value.