Skip to content

Commit

Permalink
Merge pull request #9 from seanvm/fix_lookahead_option
Browse files Browse the repository at this point in the history
Fix lookahead option
  • Loading branch information
seanvm authored Apr 10, 2018
2 parents 98df72d + a4fd267 commit 04a50a7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion jquery.fontselect.js
Original file line number Diff line number Diff line change
Expand Up @@ -399,7 +399,7 @@
return Fontselect;
})();

return this.each(function(options) {
return this.each(function() {
// If options exist, lets merge them
if (options) $.extend( settings, options );

Expand Down
2 changes: 1 addition & 1 deletion jquery.fontselect.min.js

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": "fontselect-jquery-plugin",
"version": "1.0.4",
"version": "1.0.5",
"description": "A jQuery font selector for Google Web Fonts",
"main": "jquery.fontselect.js",
"directories": {
Expand Down

0 comments on commit 04a50a7

Please sign in to comment.