Skip to content

Commit

Permalink
Release: v1.1.1
Browse files Browse the repository at this point in the history
* require("jquery.modify") returns a jQuery object
  • Loading branch information
shimataro committed Nov 7, 2015
2 parents 2cfd834 + 8467876 commit 0598746
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion jquery.modify.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": "jquery.modify",
"version": "1.1.0",
"version": "1.1.1",
"description": " jQuery plugin that fires event immediately when input element is modified.",
"main": "jquery.modify.min.js",
"scripts": {
Expand Down
1 change: 1 addition & 0 deletions src/jquery.modify.js
Original file line number Diff line number Diff line change
Expand Up @@ -79,4 +79,5 @@
return false;
}
});
return $;
}));

0 comments on commit 0598746

Please sign in to comment.