[events] Add JS require time and fix up some existing logs

This commit is contained in:
Jing Chen 2015-06-24 16:15:49 -07:00
parent 95800d1564
commit 693fd0bbe5
2 changed files with 6 additions and 0 deletions

View File

@ -1,2 +1,5 @@
/* eslint global-strict:0 */
__DEV__ = false;
/* global __BUNDLE_START_TIME__:true */
__BUNDLE_START_TIME__ = Date.now();

View File

@ -1,2 +1,5 @@
/* eslint global-strict:0 */
__DEV__ = true;
/* global __BUNDLE_START_TIME__:true */
__BUNDLE_START_TIME__ = Date.now();