i4way-dash/.svn/pristine/bd/bd58e145247cf4b5ef027e2ed7d...

10 lines
249 B
Plaintext

JQVMap.prototype.reset = function () {
for (var key in this.countries) {
this.countries[key].setFill(this.color);
}
this.scale = this.baseScale;
this.transX = this.baseTransX;
this.transY = this.baseTransY;
this.applyTransform();
};