File "setBackgroundColor.js"

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

JQVMap.prototype.setBackgroundColor = function (backgroundColor) {
  this.container.css('background-color', backgroundColor);
};