Created
December 18, 2016 12:25
-
-
Save is8r/f1fb09afe5f129443e5e79aa90873242 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
onclick(e) { | |
e.preventDefault() | |
var period = e.target.getAttribute('data-period') | |
var type = e.target.getAttribute('data-period-type') | |
... | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment