mirror of
https://github.com/atom/atom.git
synced 2026-01-23 13:58:08 -05:00
Remove redundant require
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
_ = require 'underscore-plus'
|
||||
React = require 'react-atom-fork'
|
||||
{div} = require 'reactionary-atom-fork'
|
||||
_ = require 'underscore-plus'
|
||||
{isEqual, isEqualForProperties, multiplyString, toArray} = _
|
||||
Decoration = require './decoration'
|
||||
SubscriberMixin = require './subscriber-mixin'
|
||||
|
||||
Reference in New Issue
Block a user