Skip to content

Instantly share code, notes, and snippets.

/**
* Closer plugin example
*/
(function ($window, $document, bs) {
var socket = bs.socket;
socket.on("disconnect", function (client) {
window.close();
});