1
0
mirror of https://github.com/node-red/node-red.git synced 2023-10-10 13:36:53 +02:00

Merge pull request #287 from hindessm/spurious-require-of-events-singleton

Remove spurious require of the events singleton.
This commit is contained in:
Nick O'Leary 2014-07-23 10:19:05 +01:00
commit 14a1899c23

View File

@ -14,7 +14,6 @@
* limitations under the License. * limitations under the License.
**/ **/
var events = require("./events");
var server = require("./server"); var server = require("./server");
var nodes = require("./nodes"); var nodes = require("./nodes");
var library = require("./library"); var library = require("./library");