Fix bug causing onselected to be fired twice and fix formmatting #43
+10
−19
please edit just what is needed to fix the bug, don't leave console.logs in the code, and don't change the indentation |
rsyntax
commented
May 13, 2016
Removed the console.logs in subsequent commit. Sorry about that.
You got indentation where it is two and then there is four spaces. function(){
...
\\ and in the subsequent line
function() {
...
} else {
\\ subsequent line
}
else {
etc... I'll make the changes you requested on this PR. But, please specify a coding style or a linter. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Fixes #42