don't need this file anymore

This commit is contained in:
psychobunny
2014-07-09 15:55:58 -04:00
parent 5f68b8f657
commit 4cbe97a466

View File

@@ -1,11 +0,0 @@
"use strict";
var widgets = require('../widgets'),
SocketWidgets = {};
SocketWidgets.render = function(socket, data, callback) {
widgets.render(socket.uid, data, callback);
};
module.exports = SocketWidgets;