mirror of
https://github.com/niklasvh/html2canvas.git
synced 2023-08-10 21:13:10 +03:00
fix typo
This commit is contained in:
parent
db211317ff
commit
45fa47100e
@ -25,7 +25,7 @@
|
|||||||
patchLinks();
|
patchLinks();
|
||||||
}).change();
|
}).change();
|
||||||
$.ajax('src/plugins/bookmarklet.js', {
|
$.ajax('src/plugins/bookmarklet.js', {
|
||||||
datatype: 'text',
|
dataType: 'text',
|
||||||
success: function(data, status, xhr) {
|
success: function(data, status, xhr) {
|
||||||
origBookmarklet = data;
|
origBookmarklet = data;
|
||||||
patchLinks();
|
patchLinks();
|
||||||
|
Loading…
Reference in New Issue
Block a user