mirror of
https://github.com/niklasvh/html2canvas.git
synced 2023-08-10 21:13:10 +03:00
"BugFixes"
This commit is contained in:
parent
e0a9f958d5
commit
221d94b56a
@ -1,10 +1,12 @@
|
|||||||
// declare vars (preventing JSHint messages)
|
// declare vars (preventing JSHint messages)
|
||||||
|
/* this breaks the testing for IE<9
|
||||||
var test = test || function(){},
|
var test = test || function(){},
|
||||||
QUnit = QUnit || {},
|
QUnit = QUnit || {},
|
||||||
_html2canvas = _html2canvas || {};
|
_html2canvas = _html2canvas || {};
|
||||||
|
*/
|
||||||
|
|
||||||
|
|
||||||
module("Generate");
|
//module("Generate"); // <- overwrites predefined CSS-module ?
|
||||||
$(function() {
|
$(function() {
|
||||||
|
|
||||||
var propsToTest = {},
|
var propsToTest = {},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user