Skip to content

Commit 04a50a7

Browse files
authored
Merge pull request #9 from seanvm/fix_lookahead_option
Fix lookahead option
2 parents 98df72d + a4fd267 commit 04a50a7

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

jquery.fontselect.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -399,7 +399,7 @@
399399
return Fontselect;
400400
})();
401401

402-
return this.each(function(options) {
402+
return this.each(function() {
403403
// If options exist, lets merge them
404404
if (options) $.extend( settings, options );
405405

jquery.fontselect.min.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "fontselect-jquery-plugin",
3-
"version": "1.0.4",
3+
"version": "1.0.5",
44
"description": "A jQuery font selector for Google Web Fonts",
55
"main": "jquery.fontselect.js",
66
"directories": {

0 commit comments

Comments
 (0)