Skip to content

Commit

Permalink
Fixing a typo in one of the test modules
Browse files Browse the repository at this point in the history
  • Loading branch information
domenic committed Aug 15, 2011
1 parent dfa3c99 commit 94d1833
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/demos/circular/circularA.js
@@ -1,5 +1,5 @@
module.declare(["./circularB"], function (require, exports, module) {
var circularA = require("./circularB");
var circularB = require("./circularB");

exports.getValue = function () {
return "a";
Expand Down

0 comments on commit 94d1833

Please sign in to comment.