Update html2canvas to latest alpha version

-- Fixes problem with rotated keys
This commit is contained in:
Ian Prest 2015-08-17 22:04:12 -04:00
parent e66d0a8bcc
commit 2618c261ee
2 changed files with 2 additions and 2 deletions

View File

@ -89,7 +89,7 @@ $(call BOWER,bower_components/marked/marked.min.js)
$(call BOWER,bower_components/FileSaver/FileSaver.min.js)
$(call BOWER,bower_components/doT/doT.min.js)
$(call BOWER,bower_components/URLON/src/urlon.js)
$(call BOWER,bower_components/html2canvas/build/html2canvas.min.js)
$(call BOWER,bower_components/html2canvas/dist/html2canvas.min.js)
# Rules to generate a webfont from our source .svg files

View File

@ -45,6 +45,6 @@
"angular-cookies": "1.2.28",
"ace-builds": "1.2.0",
"angular-ui-ace": "0.2.3",
"html2canvas": "0.4.1"
"html2canvas": "0.5.0-alpha1"
}
}