Use underscore-plus

This commit is contained in:
Kevin Sawicki
2013-11-01 15:50:38 -07:00
parent e70f87dfc7
commit 3b52a6a040

View File

@@ -1,6 +1,6 @@
{Range} = require 'telepath'
{Emitter} = require 'emissary'
{pick} = require 'underscore'
{pick} = require 'underscore-plus'
# Public: Represents a selection in the {EditSession}.
module.exports =