Sha256: 72d992d81a70f725a2096b10d3646647dc79abd59bd1aef9428dc1636f1a2f65

Contents?: true

Size: 205 Bytes

Versions: 2

Compression:

Stored size: 205 Bytes

Contents

ColorScale.prototype.setMax = function (max) {
  this.clearMaxValue = max;
  if (typeof this.normalize === 'function') {
    this.maxValue = this.normalize(max);
  } else {
    this.maxValue = max;
  }
};

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
rails_modular_admin-1.0.0 app/assets/node_modules/jqvmap/src/ColorScale/setMax.js
rails_modular_admin-0.4.0 app/assets/node_modules/jqvmap/src/ColorScale/setMax.js