Sha256: d2dc172227ba5bdc3f44b7b2e9cdf1228484c58283bfa825fef3e27da2499841

Contents?: true

Size: 249 Bytes

Versions: 2

Compression:

Stored size: 249 Bytes

Contents

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

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
rails_modular_admin-1.0.0 app/assets/node_modules/jqvmap/src/JQVMap/reset.js
rails_modular_admin-0.4.0 app/assets/node_modules/jqvmap/src/JQVMap/reset.js