cleanup, start to testing, docs, etc

This commit is contained in:
jywarren
2017-01-08 20:10:50 -05:00
parent 5134ea02b0
commit d1cc46667d
11 changed files with 11828 additions and 1906 deletions

View File

@@ -4,6 +4,8 @@
*/
module.exports = function ImageSelect(options) {
//window.$ = window.jQuery = require('jquery');
options = options || {};
options.selector = options.selector || "#drop";
options.inputSelector = options.inputSelector || "#file-select";
@@ -13,6 +15,8 @@ module.exports = function ImageSelect(options) {
var image,
el = options.ui.el;
console.log(el,$('body'));
function setup() {
// CSS UI