From d78687a3dc0ff7871986db9ef87e96aaf1760637 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Fiedler?= Date: Sun, 4 Mar 2012 17:00:58 +0000 Subject: [PATCH] "fixed typo" --- tests/qunit/unit/css.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;