diff --git a/tests/qunit/unit/css.js b/tests/qunit/unit/css.js index 980a68a..cebfb00 100644 --- a/tests/qunit/unit/css.js +++ b/tests/qunit/unit/css.js @@ -159,7 +159,7 @@ $(function() { img = _html2canvas.Generate.Gradient(src, { width: 50, height: 50 - }, img); + }); canvas = document.createElement('canvas'); canvas.width = 50;