Skip to content

Commit

Permalink
[#34 state:resolved]
Browse files Browse the repository at this point in the history
  • Loading branch information
Carl Desautels committed Apr 21, 2011
1 parent 5045854 commit 7d8b5a5
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
File renamed without changes.
4 changes: 2 additions & 2 deletions sundae.js
Expand Up @@ -63,7 +63,7 @@ var sundae = {};
};
var temp;
while (n--){
temp = new Worker("resources/slave.js");
temp = new Worker("slave.js");
temp.onmessage = function (event){
var pix = event.data;
putPixels2D(pix.id, pix.data);
Expand Down Expand Up @@ -216,7 +216,7 @@ var sundae = {};
}
}
};
getJSON("resources/tests.json", setupTestSuites);
getJSON("tests.json", setupTestSuites);
}
//Global Utility Functions
function showPasses(container, passes){
Expand Down
File renamed without changes.

0 comments on commit 7d8b5a5

Please sign in to comment.