Created
February 14, 2017 02:36
-
-
Save xecutioner/503a9c9fd71554528d658207853a93fb to your computer and use it in GitHub Desktop.
This file contains hidden or 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
class @TimeMachine | |
constructor: (parameter) -> | |
that = @ | |
@element = $('grab from id or class') | |
@element.on 'click', (event) -> | |
the_function | |
the_function = -> | |
@element.toggleClass('.color') | |
$(document).ready -> | |
t_machine = new TimeMachine | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment