"fixed typo"

This commit is contained in:
MoyuScript 2012-03-04 17:00:58 +00:00
parent 14e9e79dc1
commit b4f52c5d98

View File

@ -159,7 +159,7 @@ $(function() {
img = _html2canvas.Generate.Gradient(src, { img = _html2canvas.Generate.Gradient(src, {
width: 50, width: 50,
height: 50 height: 50
}, img); });
canvas = document.createElement('canvas'); canvas = document.createElement('canvas');
canvas.width = 50; canvas.width = 50;