mirror of
https://github.com/PitPik/colorPicker.git
synced 2025-09-24 16:40:57 -06:00
parent
6713cc30df
commit
fe20c9f770
@ -1,7 +1,8 @@
|
||||
;(function(window, undefined){
|
||||
"use strict"
|
||||
|
||||
var _data = window.ColorPicker, // will be deleted in buildView() and holds:
|
||||
var document = window.document,
|
||||
_data = window.ColorPicker, // will be deleted in buildView() and holds:
|
||||
// window.ColorPicker = { // comes from colorPicker.data.js and will be overwritten.
|
||||
// _html: ..., // holds the HTML markup of colorPicker
|
||||
// _cssFunc: ..., // CSS for all the sliders
|
||||
|
Loading…
x
Reference in New Issue
Block a user