Skip to content

Commit

Permalink
GH-213 updated selectedClass concatanation on build
Browse files Browse the repository at this point in the history
  • Loading branch information
Mouse Braun committed Oct 1, 2018
1 parent f9154e4 commit 05866c9
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 19 deletions.
33 changes: 16 additions & 17 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "flounder",
"version": "1.3.10",
"version": "1.3.11",
"author": "Mouse Braun <[email protected]>",
"description": "a native friendly dropdown menu",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion src/core/flounder.js
Original file line number Diff line number Diff line change
Expand Up @@ -390,7 +390,7 @@ class Flounder
}
}

this.selectedClass = [ this.classes.SELECTED ];
this.selectedClass = this.classes.SELECTED;

if ( props.defaultEmpty )
{
Expand Down

0 comments on commit 05866c9

Please sign in to comment.