Fix assert documentation typo
This commit is contained in:
@@ -224,7 +224,7 @@ ol.source.Vector.prototype.addFeatureInternal = function(feature) {
|
||||
*/
|
||||
ol.source.Vector.prototype.setupChangeEvents_ = function(featureKey, feature) {
|
||||
goog.asserts.assert(!(featureKey in this.featureChangeKeys_),
|
||||
'key (%s) not yet registered in featurChangeKey', featureKey);
|
||||
'key (%s) not yet registered in featureChangeKey', featureKey);
|
||||
this.featureChangeKeys_[featureKey] = [
|
||||
goog.events.listen(feature,
|
||||
goog.events.EventType.CHANGE,
|
||||
|
||||
Reference in New Issue
Block a user