This commit is contained in:
RainLoop Team 2016-12-31 20:03:41 +03:00
parent 086cf7cadc
commit be26cd248c
35 changed files with 825 additions and 849 deletions

2
dev/bootstrap.js vendored
View file

@ -1,4 +1,4 @@
/* @flow */
import window from 'window';
import {killCtrlACtrlS, detectDropdownVisibility, createCommandLegacy, domReady} from 'Common/Utils';
import {$win, $html, data as GlobalsData, bMobileDevice} from 'Common/Globals';