mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-03-05 03:51:26 +01:00
don't need this file anymore
This commit is contained in:
@@ -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;
|
||||
Reference in New Issue
Block a user