Skip to content

Commit

Permalink
fix a bug
Browse files Browse the repository at this point in the history
  • Loading branch information
huyinghuan committed Jan 17, 2014
1 parent 2b16407 commit 978860f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eccmeteor/server/utils/AssetsUtils.js
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ Object.defineProperty(AssetsUtils,"getTestObjects",{
dir = path.join("test","test.json");
str = Assets.getText(dir)
}
return EJSON.parse(Assets.getText(str));
return EJSON.parse(str);
}
});

Expand Down

0 comments on commit 978860f

Please sign in to comment.