Files
GarageServer.IO/lib/server/controllers/entitycontroller.js
T
2013-07-06 00:32:48 -04:00

7 lines
113 B
JavaScript

exports = module.exports = EntityController;
function EntityController () {
}
EntityController.prototype = {
};