Convert all tabs to spaces in tests for issue #37
This commit is contained in:
12
test/jquery-svg_test.js
vendored
12
test/jquery-svg_test.js
vendored
@@ -1,10 +1,10 @@
|
||||
/* eslint-env qunit */
|
||||
/* globals $ */
|
||||
$(function () {
|
||||
// log function
|
||||
QUnit.log = function (details) {
|
||||
if (window.console && window.console.log) {
|
||||
window.console.log(details.result + ' :: ' + details.message);
|
||||
}
|
||||
};
|
||||
// log function
|
||||
QUnit.log = function (details) {
|
||||
if (window.console && window.console.log) {
|
||||
window.console.log(details.result + ' :: ' + details.message);
|
||||
}
|
||||
};
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user