Skip to content
This repository has been archived by the owner on Jan 12, 2018. It is now read-only.

Commit

Permalink
Use restructuring assignment
Browse files Browse the repository at this point in the history
  • Loading branch information
Kim Burgestrand committed Sep 25, 2013
1 parent 37b8ab7 commit 0d14c20
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/property.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -75,8 +75,8 @@ class PropertyAccessor
registerGlobal: ->
return if @_isRegistered
@_isRegistered = true
@definition.globalDependencies.forEach (dep) =>
{ name, type, subname } = dep

@definition.globalDependencies.forEach ({ name, type, subname }) =>
switch type
when "singular"
updateItemBinding = (before, after) =>
Expand Down

0 comments on commit 0d14c20

Please sign in to comment.