File "reset.js"

Full Path: /home/cananyalcin/public_html/vendors/jqvmap/src/JQVMap/reset.js
File size: 249 bytes
MIME-type: text/plain
Charset: utf-8

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();
};