add the right blueimp-canvas-to-blob

change canvas-to-blob to the right dependency blueimp-canvas-to-blob
This commit is contained in:
Moes
2016-04-19 10:19:04 +10:00
parent afec0dbb50
commit 0e690d7cfc
@@ -5,7 +5,7 @@
"jquery": "github:components/jquery", "jquery": "github:components/jquery",
"bootstrap": "github:twbs/bootstrap", "bootstrap": "github:twbs/bootstrap",
"css": "github:systemjs/plugin-css", "css": "github:systemjs/plugin-css",
"canvas-to-blob":"npm:canvas-to-blob" "blueimp-canvas-to-blob":"npm:blueimp-canvas-to-blob"
}, },
"files": [ "files": [
"js/fileinput.js", "js/fileinput.js",
@@ -18,7 +18,7 @@
"registry": "jspm", "registry": "jspm",
"shim": { "shim": {
"js/fileinput": { "js/fileinput": {
"deps": ["jquery", "bootstrap", "canvas-to-blob", "../css/fileinput.css!"], "deps": ["jquery", "bootstrap", "blueimp-canvas-to-blob", "../css/fileinput.css!"],
"exports": "$" "exports": "$"
} }
} }