mirror of
https://github.com/zhigang1992/angular.js.git
synced 2026-04-22 10:49:24 +08:00
chore(formating): clean code to be function() {
This commit is contained in:
@@ -7,7 +7,7 @@ var reader = require('reader.js'),
|
||||
appCache = require('appCache.js').appCache,
|
||||
Q = require('qq');
|
||||
|
||||
process.on('uncaughtException', function (err) {
|
||||
process.on('uncaughtException', function(err) {
|
||||
console.error(err.stack || err);
|
||||
});
|
||||
|
||||
@@ -93,6 +93,6 @@ function writeTheRest(writesFuture) {
|
||||
}
|
||||
|
||||
|
||||
function now(){ return new Date().getTime(); }
|
||||
function now() { return new Date().getTime(); }
|
||||
|
||||
function noop(){};
|
||||
function noop() {};
|
||||
|
||||
Reference in New Issue
Block a user