add missing semicolon.
git-svn-id: http://svn.openlayers.org/trunk/openlayers@10468 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
@@ -83,7 +83,7 @@ OpenLayers.Strategy.Save = OpenLayers.Class(OpenLayers.Strategy, {
|
|||||||
this.timer = window.setInterval(
|
this.timer = window.setInterval(
|
||||||
OpenLayers.Function.bind(this.save, this),
|
OpenLayers.Function.bind(this.save, this),
|
||||||
this.auto * 1000
|
this.auto * 1000
|
||||||
)
|
);
|
||||||
} else {
|
} else {
|
||||||
this.layer.events.on({
|
this.layer.events.on({
|
||||||
"featureadded": this.triggerSave,
|
"featureadded": this.triggerSave,
|
||||||
@@ -115,7 +115,7 @@ OpenLayers.Strategy.Save = OpenLayers.Class(OpenLayers.Strategy, {
|
|||||||
"featureadded": this.triggerSave,
|
"featureadded": this.triggerSave,
|
||||||
"afterfeaturemodified": this.triggerSave,
|
"afterfeaturemodified": this.triggerSave,
|
||||||
scope: this
|
scope: this
|
||||||
})
|
});
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user