]> jfr.im git - irc/quakenet/qwebirc.git/blobdiff - js/ui/baseuiwindow.js
Add a load of crypto functions for future use.
[irc/quakenet/qwebirc.git] / js / ui / baseuiwindow.js
index f03eba752dcc283f0a1e3b38602e999ec42a52ec..cebf344f22f52e9940d5cb8d902f9436e65c25b0 100644 (file)
@@ -194,5 +194,5 @@ qwebirc.ui.Window = new Class({
   historyExec: function(line) {
     this.commandhistory.addLine(line);
     this.client.exec(line);
-  }
+  }  
 });