From b4f52c5d981686c36e175f590b6b1681ab6339a4 Mon Sep 17 00:00:00 2001 From: MoyuScript 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;