Skip to content

Commit 954631d

Browse files
author
André Fiedler
committed
"BugFixes"
1 parent 9fc366b commit 954631d

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

tests/qunit/unit/generate.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
11
// declare vars (preventing JSHint messages)
2+
/* this breaks the testing for IE<9
23
var test = test || function(){},
34
QUnit = QUnit || {},
45
_html2canvas = _html2canvas || {};
6+
*/
57

68

7-
module("Generate");
9+
//module("Generate"); // <- overwrites predefined CSS-module ?
810
$(function() {
911

1012
var propsToTest = {},

0 commit comments

Comments
 (0)