Last active
March 17, 2017 02:39
-
-
Save srossross/0c072699bf6e715d929007e5b97dd390 to your computer and use it in GitHub Desktop.
BlackBox API
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// BlackBox API | |
// Constructor | |
blackbox = new BlackBox(element: Element) | |
// Methods | |
blackbox.setLeft(value: Number) | |
blackbox.setRight(value: Number) | |
blackbox.getResult(): Number | |
// Events | |
blackbox.on('change', callback: Function) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment