Removing `wallops` as a network function; Whitespace cleanup
authorDarren <darren@darrenwhitlen.com>
Fri, 23 May 2014 13:43:18 +0000 (14:43 +0100)
committerDarren <darren@darrenwhitlen.com>
Fri, 23 May 2014 13:43:18 +0000 (14:43 +0100)
client/src/app.js
client/src/models/gateway.js

index 035c06d2290e594da1f1eaa2634aef083f3f13a8..748a28b4c87468d4803cc7f728cdecbf1837113b 100644 (file)
@@ -68,7 +68,7 @@ _kiwi.global = {
                 part: 'part', join: 'join', action: 'action', ctcp: 'ctcp',\r
                 ctcpRequest: 'ctcpRequest', ctcpResponse: 'ctcpResponse',\r
                 notice: 'notice', msg: 'privmsg', changeNick: 'changeNick',\r
-                channelInfo: 'channelInfo', mode: 'mode', wallops: 'wallops'\r
+                channelInfo: 'channelInfo', mode: 'mode'\r
             };\r
 \r
             // Proxy each gateway method\r
index 8f1028b65e7328ce6bbf885ef3e822d8cf0cbc13..cd4baa97fca10d2f99dc78273c39b7cf6877448a 100644 (file)
@@ -295,7 +295,6 @@ _kiwi.model.Gateway = function () {
         this.ctcp(connection_id, false, type, target, params, callback);\r
     };\r
 \r
-\r
     /**\r
     *   @param  {String}    target      The target of the message (e.g. a channel or nick)\r
     *   @param  {String}    msg         The message to send\r
@@ -440,7 +439,7 @@ _kiwi.model.Gateway = function () {
 \r
         this.rpcCall('irc.encoding', connection_id, args, callback);\r
     };\r
-    \r
+\r
 \r
     return new (Backbone.Model.extend(this))(arguments);\r
 };\r