Skip to content

Commit

Permalink
Merge pull request #36 from Move38/jbobrow-patch-1
Browse files Browse the repository at this point in the history
cleanup of glossary
  • Loading branch information
jbobrow authored Sep 3, 2018
2 parents 51f95b3 + 237e0b8 commit 6a6dbe1
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions docs/glossary.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,19 +80,3 @@ buttonDown()
```

– the asterisk signals that this function is syntactic sugar… i.e. you can get the same information by means of the functions included, but it is such a common occurrence that we include it for everyone’s benefit.


# Coming Soon…

## Collaboration -- Time & Communication
```
Metronome.start(period)
Metronome.stop()
Metronome.didTick()
Metronome.getPhase()
Step.next()
Step.getHighestSeen()
*Step.didStep() - returns number of times stepped… since
```

0 comments on commit 6a6dbe1

Please sign in to comment.