mirror of https://github.com/layui/layui
修复代码风格
parent
1617ed6ce5
commit
130b7e2360
|
@ -4,6 +4,7 @@
|
|||
*/
|
||||
|
||||
/* global layui */
|
||||
/* eslint-disable max-nested-callbacks, fecs-indent */
|
||||
|
||||
var laytpl = layui.laytpl;
|
||||
|
||||
|
@ -226,3 +227,4 @@ describe('laytpl', function () {
|
|||
});
|
||||
});
|
||||
});
|
||||
/* eslint-enable max-nested-callbacks, fecs-indent */
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
*/
|
||||
|
||||
/* global layui */
|
||||
/* eslint-disable max-nested-callbacks */
|
||||
/* eslint-disable max-nested-callbacks, fecs-indent */
|
||||
|
||||
var $ = layui.$;
|
||||
|
||||
|
@ -368,7 +368,7 @@ describe('layui', function () {
|
|||
key: '1'
|
||||
},
|
||||
{
|
||||
key: '-1',
|
||||
key: '-1'
|
||||
},
|
||||
{
|
||||
key: 2
|
||||
|
@ -504,4 +504,4 @@ describe('layui', function () {
|
|||
delete layui.modules[id];
|
||||
});
|
||||
});
|
||||
/* eslint-enable max-nested-callbacks */
|
||||
/* eslint-enable max-nested-callbacks, fecs-indent */
|
||||
|
|
Loading…
Reference in New Issue