mirror of https://github.com/mthenw/frontail.git
Forgot about lint
parent
a32ee45021
commit
bd6abfd8ef
|
@ -15,6 +15,7 @@
|
|||
"unused": true,
|
||||
"strict": true,
|
||||
"trailing": true,
|
||||
"expr": true,
|
||||
|
||||
"maxlen": 120,
|
||||
"white": true,
|
||||
|
|
|
@ -11,7 +11,8 @@ describe('browser application', function () {
|
|||
io = new EventEmitter();
|
||||
|
||||
jsdom.env(
|
||||
'<title></title><body><div class="topbar"></div><div class="log"></div><input type="test" id="filter"/></body>',
|
||||
'<title></title><body><div class="topbar"></div>' +
|
||||
'<div class="log"></div><input type="test" id="filter"/></body>',
|
||||
['../lib/web/assets/app.js', './lib/jquery.js'],
|
||||
function (errors, domWindow) {
|
||||
window = domWindow;
|
||||
|
|
Loading…
Reference in New Issue