Merge pull request #1023 from atom/remove-next-tick

Remove `_.nextTick` from atom exports
This commit is contained in:
Matt Colyer
2013-10-22 14:54:10 -07:00
2 changed files with 3 additions and 6 deletions

View File

@@ -1,9 +1,6 @@
{Document, Point, Range, Site} = require 'telepath'
_ = require 'underscore-plus'
#TODO Remove once all packages have been updated
_.nextTick = setImmediate
module.exports =
_: _
BufferedNodeProcess: require '../src/buffered-node-process'

View File

@@ -84,7 +84,7 @@
"find-and-replace": "0.29.0",
"fuzzy-finder": "0.15.0",
"gfm": "0.5.0",
"git-diff": "0.11.0",
"git-diff": "0.12.0",
"gists": "0.5.0",
"github-sign-in": "0.8.0",
"go-to-line": "0.8.0",
@@ -102,8 +102,8 @@
"styleguide": "0.9.0",
"symbols-view": "0.12.0",
"tabs": "0.7.0",
"terminal": "0.13.0",
"timecop": "0.6.0",
"terminal": "0.14.0",
"timecop": "0.7.0",
"to-the-hubs": "0.8.0",
"toml": "0.3.0",
"tree-view": "0.19.0",