removing shim on image, what was i thinking?

This commit is contained in:
Jarred de Beer
2013-11-27 22:50:00 +02:00
parent c633a58570
commit f40a36bfd7
@@ -2,7 +2,7 @@
"main": "select2",
"files": ["select2.js", "select2.png", "select2.css", "select2-spinner.gif"],
"shim": {
"select2": ["./select2.png!", "jquery"]
"select2": ["jquery"]
},
"buildConfig": { "uglify": true }
}