mirror of
https://github.com/ijprest/keyboard-layout-editor
synced 2024-11-13 07:10:41 +00:00
Update html2canvas to latest alpha version
-- Fixes problem with rotated keys
This commit is contained in:
parent
e66d0a8bcc
commit
2618c261ee
2
Makefile
2
Makefile
@ -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
|
||||
|
@ -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"
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user