Skip to content

Commit

Permalink
key comparison syntax changed
Browse files Browse the repository at this point in the history
  • Loading branch information
sngjuk committed Jun 28, 2019
1 parent 78e0489 commit 2ff4622
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/psd/layer_info/object_effects.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ LayerInfo = require '../layer_info.coffee'
Descriptor = require '../descriptor.coffee'

module.exports = class ObjectEffects extends LayerInfo
@shouldParse: (key) -> key is 'lfx2' || key is 'lmfx'
@shouldParse: (key) -> key in ['lfx2', 'lmfx']

parse: ->
@file.seek 8, true
Expand Down

0 comments on commit 2ff4622

Please sign in to comment.