mirror of
https://github.com/atom/atom.git
synced 2026-04-28 03:01:47 -04:00
Use underscore-plus from browser process classes
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
app = require 'app'
|
||||
ipc = require 'ipc'
|
||||
Menu = require 'menu'
|
||||
_ = require 'underscore'
|
||||
_ = require 'underscore-plus'
|
||||
|
||||
# Private: Used to manage the global application menu.
|
||||
#
|
||||
|
||||
@@ -11,7 +11,7 @@ path = require 'path'
|
||||
net = require 'net'
|
||||
url = require 'url'
|
||||
{EventEmitter} = require 'events'
|
||||
_ = require 'underscore'
|
||||
_ = require 'underscore-plus'
|
||||
|
||||
socketPath = '/tmp/atom.sock'
|
||||
|
||||
|
||||
@@ -5,7 +5,7 @@ dialog = require 'dialog'
|
||||
ipc = require 'ipc'
|
||||
path = require 'path'
|
||||
fs = require 'fs'
|
||||
_ = require 'underscore'
|
||||
_ = require 'underscore-plus'
|
||||
|
||||
# Private:
|
||||
module.exports =
|
||||
|
||||
Reference in New Issue
Block a user