Skip to content

Commit

Permalink
Add stateNames
Browse files Browse the repository at this point in the history
  • Loading branch information
nvh committed Sep 15, 2016
1 parent 2922fd8 commit 1cb9455
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions framer/Layer.coffee
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -1008,6 +1008,12 @@ class exports.Layer extends BaseClass
for name,state of states for name,state of states
@_stateMachine.states[name] = state @_stateMachine.states[name] = state


@define "stateNames",
enumerable: false
exportable: false
importable: false
get: -> @_stateMachine.stateNames

############################################################################# #############################################################################
## Draggable, Pinchable ## Draggable, Pinchable


Expand Down

0 comments on commit 1cb9455

Please sign in to comment.