Convert all tabs to spaces in tests for issue #37

This commit is contained in:
codedread
2018-05-17 21:12:27 -07:00
parent 81c11b2ce0
commit 8b7b2d89da
17 changed files with 3555 additions and 3555 deletions

View File

@@ -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);
}
};
});