UNPKG

electorrent

Version:

An Electron/Node/AngularJS remote client app for uTorrent server

11 lines (8 loc) 209 B
// Reference to the main window of the application var mainWindow; exports.setWindow = function(newWindow) { mainWindow = newWindow; } exports.getWindow = function() { return mainWindow; }