Skip to content

Commit

Permalink
Remove <U+200B> characters and add newline to eof
Browse files Browse the repository at this point in the history
  • Loading branch information
jameswilson committed Feb 20, 2018
1 parent 91353af commit fe7ff3d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion dist/jquery.ddslick.min.js

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

4 changes: 2 additions & 2 deletions src/jquery.ddslick.js
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
".dd-option-selected { background:#f6f6f6; }" +
".dd-option-image, .dd-selected-image { vertical-align:middle; float:left; margin-right:5px; max-width:64px;}" +
".dd-image-right { float:right; margin-right:15px; margin-left:5px;}" +
".dd-container{ position:relative;} .dd-selected-text { font-weight:bold}</style>";
".dd-container{ position:relative;} .dd-selected-text { font-weight:bold}</style>";

//Public methods
methods.init = function (userOptions) {
Expand Down Expand Up @@ -373,4 +373,4 @@
});
}

}));
}));

0 comments on commit fe7ff3d

Please sign in to comment.