Cleanup/refactor for #3

This commit is contained in:
Jeremiah Billmann
2013-07-06 00:32:48 -04:00
parent e321124aa0
commit 6da3628ad4
6 changed files with 40 additions and 6 deletions
@@ -0,0 +1,7 @@
exports = module.exports = EntityController;
function EntityController () {
}
EntityController.prototype = {
};