Skip to content

Commit

Permalink
Merge pull request puffnfresh#152 from miikka/master
Browse files Browse the repository at this point in the history
Correct the lib/*.js paths in rigger-roy.js.
  • Loading branch information
puffnfresh committed Oct 16, 2012
2 parents a70f225 + f603537 commit 4677612
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rigger-roy.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,10 @@ var roy = {};
load["./macroexpand"] = function(exports) {
//= src/macroexpand.js
};
load["./typeparser"] = function(exports) {
load["../lib/typeparser"] = function(exports) {
//= lib/typeparser.js
};
load["./parser"] = function(exports) {
load["../lib/parser"] = function(exports) {
//= lib/parser.js
};
load["./typeinference"] = function(exports) {
Expand Down

0 comments on commit 4677612

Please sign in to comment.