mirror of
https://github.com/atom/atom.git
synced 2026-01-23 22:08:08 -05:00
💄
This commit is contained in:
@@ -722,7 +722,7 @@ class DisplayBuffer extends Model
|
||||
|
||||
decorationsForBufferRow: (bufferRow, decorationType) ->
|
||||
decorations = @decorations[bufferRow] ? []
|
||||
decorations = (dec for dec in decorations when dec.type == decorationType) if decorationType?
|
||||
decorations = (dec for dec in decorations when dec.type is decorationType) if decorationType?
|
||||
decorations
|
||||
|
||||
addDecorationToBufferRow: (bufferRow, decoration) ->
|
||||
|
||||
Reference in New Issue
Block a user