Skip to content

Instantly share code, notes, and snippets.

@srossross
Last active March 17, 2017 02:39
Show Gist options
  • Save srossross/0c072699bf6e715d929007e5b97dd390 to your computer and use it in GitHub Desktop.
Save srossross/0c072699bf6e715d929007e5b97dd390 to your computer and use it in GitHub Desktop.
BlackBox API
// 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