Skip to content

Commit

Permalink
Fixed the prefix that I broke earlier. Now top-level specs will work …
Browse files Browse the repository at this point in the history
…in-browser, but second-level specs will fail.
  • Loading branch information
Larry Karnowski committed Aug 7, 2009
1 parent 8edd1c4 commit 9a59cf4
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
@@ -1,4 +1,4 @@
var BLUE_RIDGE_LIB_PREFIX = BLUE_RIDGE_LIB_PREFIX || "../../../vendor/plugins/blue-ridge/lib/";
var BLUE_RIDGE_LIB_PREFIX = BLUE_RIDGE_LIB_PREFIX || "../../vendor/plugins/blue-ridge/lib/";

var BlueRidge = BlueRidge || {};

Expand Down

0 comments on commit 9a59cf4

Please sign in to comment.