Skip to content

Commit

Permalink
Upped the in-browser version of jQuery to 1.4.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
karnowski committed Mar 5, 2010
1 parent 8bfefea commit 9f839ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/blue-ridge.js
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ if(BlueRidge.loaded != true) {
var BLUE_RIDGE_PREFIX = BLUE_RIDGE_PREFIX || "../../vendor/plugins/blue-ridge/";
var BLUE_RIDGE_VENDOR_PREFIX = BLUE_RIDGE_PREFIX + "/vendor/";

require(BLUE_RIDGE_VENDOR_PREFIX + "jquery-1.4.1.js", {system: true});
require(BLUE_RIDGE_VENDOR_PREFIX + "jquery-1.4.2.js", {system: true});
require(BLUE_RIDGE_VENDOR_PREFIX + "jquery.fn.js", {system: true});
require(BLUE_RIDGE_VENDOR_PREFIX + "jquery.print.js", {system: true});
require(BLUE_RIDGE_VENDOR_PREFIX + "screw.builder.js", {system: true});
Expand Down

0 comments on commit 9f839ff

Please sign in to comment.