setScale.js 97 Bytes
JQVMap.prototype.setScale = function (scale) {
  this.scale = scale;
  this.applyTransform();
};