document can differ from window.document

See issue #3
pull/47/head
Ruben Almeida 8 years ago committed by GitHub
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…
Cancel
Save