Skip to content

Commit

Permalink
Updated to latest jquery-ujs.
Browse files Browse the repository at this point in the history
  • Loading branch information
JangoSteve committed Jun 14, 2011
1 parent 528aaa2 commit 12fa220
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/jquery/rails/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ module Rails
VERSION = "1.0.9"
JQUERY_VERSION = "1.6.1"
JQUERY_UI_VERSION = "1.8.12"
JQUERY_UJS_VERSION = "dad6982dc592686677e6845e681233c40d2ead27"
JQUERY_UJS_VERSION = "3c360e34fac79a951108842529f6a48f287734f5"
end
end
2 changes: 1 addition & 1 deletion vendor/assets/javascripts/jquery_ujs.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
* });
*/

(function($) {
(function($, undefined) {
// Shorthand to make it a little easier to call public rails functions from within rails.js
var rails;

Expand Down

0 comments on commit 12fa220

Please sign in to comment.