Skip to content
This repository has been archived by the owner on Nov 23, 2017. It is now read-only.

Commit

Permalink
Correct the paths for lib/*.js when using rigger.
Browse files Browse the repository at this point in the history
  • Loading branch information
miikka committed Oct 16, 2012
1 parent a70f225 commit f603537
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rigger-roy.js
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 f603537

Please sign in to comment.