mirror of
https://github.com/atom/atom.git
synced 2026-02-12 23:55:10 -05:00
== -> is
This commit is contained in:
@@ -203,7 +203,7 @@ GutterComponent = React.createClass
|
||||
@lineNumberIdsByScreenRow[screenRow] = lineNumberId
|
||||
|
||||
hasDecoration: (decorations, decoration) ->
|
||||
decorations? and decorations[decoration.id] == decoration
|
||||
decorations? and decorations[decoration.id] is decoration
|
||||
|
||||
hasLineNumberNode: (lineNumberId) ->
|
||||
@lineNumberNodesById.hasOwnProperty(lineNumberId)
|
||||
|
||||
Reference in New Issue
Block a user