eslint (additional rules)

This commit is contained in:
RainLoop Team 2016-06-30 03:02:45 +03:00
parent 77a1d3f3df
commit 8e8a041032
150 changed files with 21911 additions and 23106 deletions

View file

@ -16,15 +16,13 @@ export default (App) => {
.on('keydown', kill_CtrlA_CtrlS)
.on('unload', () => {
GlobalsData.bUnload = true;
})
;
});
$html
.addClass(bMobileDevice ? 'mobile' : 'no-mobile')
.on('click.dropdown.data-api', () => {
detectDropdownVisibility();
})
;
});
const rl = window.rl || {};
@ -58,8 +56,7 @@ export default (App) => {
$html
.removeClass('no-js rl-booted-trigger')
.addClass('rl-booted')
;
.addClass('rl-booted');
App.bootstart();