Skip to content

Commit 0898dae

Browse files
committed
Update dist files and bump version
1 parent 7f96f5d commit 0898dae

File tree

4 files changed

+7
-6
lines changed

4 files changed

+7
-6
lines changed

dist/coloris.js

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,9 @@
77
(function (window, document, Math, undefined) {
88
var ctx = document.createElement('canvas').getContext('2d');
99
var currentColor = { r: 0, g: 0, b: 0, h: 0, s: 0, v: 0, a: 1 };
10-
var container, picker, colorArea, colorAreaDims, colorMarker, colorPreview, colorValue, clearButton, closeButton,
11-
hueSlider, hueMarker, alphaSlider, alphaMarker, currentEl, currentFormat, oldColor, keyboardNav;
10+
var container,picker,colorArea,colorMarker,colorPreview,colorValue,clearButton,closeButton,
11+
hueSlider,hueMarker,alphaSlider,alphaMarker,currentEl,currentFormat,oldColor,keyboardNav,
12+
colorAreaDims = {};
1213

1314
// Default settings
1415
var settings = {

0 commit comments

Comments
 (0)