mirror of
https://github.com/niklasvh/html2canvas.git
synced 2023-08-10 21:13:10 +03:00
"tests: moved Generate into own module; fixed QUnit messages"
This commit is contained in:
@@ -1,8 +1,9 @@
|
||||
// declare vars (preventing JSHint messages)
|
||||
/* this breaks the testing for IE<9, haven't really looked into why
|
||||
var test = test || function(){},
|
||||
QUnit = QUnit || {},
|
||||
_html2canvas = _html2canvas || {};
|
||||
|
||||
*/
|
||||
|
||||
module("CSS");
|
||||
$(function() {
|
||||
@@ -144,6 +145,6 @@ $(function() {
|
||||
});
|
||||
});
|
||||
|
||||
// TODO add backgroundPosition % tests
|
||||
// TODO add backgroundPosition % tests
|
||||
|
||||
});
|
||||
Reference in New Issue
Block a user