Skip to content

Commit

Permalink
Merge pull request emberjs#75 from MichaelXavier/patch-1
Browse files Browse the repository at this point in the history
Stub event property of fake jQuery
  • Loading branch information
tchak committed Jul 12, 2012
2 parents 7d0185b + d5971d4 commit 04c1738
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/ember/handlebars/assets/ember-precompiler.js
Expand Up @@ -18,6 +18,7 @@ var jQuery = window.jQuery = function() { return jQuery; };
jQuery.ready = function() { return jQuery; };
jQuery.inArray = function() { return jQuery; };
jQuery.jquery = "1.7.2";
jQuery.event = {fixHooks: {}};

// Precompiler
var EmberRails = {
Expand Down

0 comments on commit 04c1738

Please sign in to comment.