Fix bug causing onselected to be fired twice and fix formmatting #43

Merged
merged 2 commits into from Jun 14, 2016

Projects

None yet

3 participants

chtrinh commented May 12, 2016

Fixes #42

Owner

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.

don't change the indentation

You got indentation where it is two and then there is four spaces.
The code styles like this.

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.

@FezVrasta FezVrasta merged commit 2555da7 into FezVrasta:master Jun 14, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment