Skip to content

Commit

Permalink
syntax fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Andreas Wahlstrom committed May 18, 2014
1 parent ba4ead4 commit a9eeca6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion framer3docs-coffee.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
"draggable.speedY": "draggable.speedY",
"draggable.calculateVelocity()": "draggable.calculateVelocity",
"states.animationOptions": "states.animationOptions",
"states.add(\"name\", {...})": "states.add \"${1:name}\", ${2})",
"states.add(\"name\", {...})": "states.add \"${1:name}\": ${2})",
"states.remove(\"name\")": "states.remove \"${1:name}\"",
"states.switch(\"name\")": "states.switch \"${1:name}\"",
"states.current": "states.current",
Expand Down
2 changes: 1 addition & 1 deletion framer3docs-js.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
"draggable.speedY": "draggable.speedY",
"draggable.calculateVelocity()": "draggable.calculateVelocity()",
"states.animationOptions": "states.animationOptions",
"states.add(\"name\", {...})": "states.add(\"${1:name}\", ${2})",
"states.add(\"name\", {...})": "states.add(\"${1:name}\": {${2})}",
"states.remove(\"name\")": "states.remove(\"${1:name}\")",
"states.switch(\"name\")": "states.switch(\"${1:name}\")",
"states.current": "states.current",
Expand Down

0 comments on commit a9eeca6

Please sign in to comment.