From: Darren Date: Sat, 10 May 2014 12:49:26 +0000 (+0100) Subject: Removing obsolete properties from the global API interface X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=eec9e67d0e79d1d782db77bd81fbed52b51392ed;p=KiwiIRC.git Removing obsolete properties from the global API interface --- diff --git a/client/src/app.js b/client/src/app.js index 861b8f1..e063bc4 100644 --- a/client/src/app.js +++ b/client/src/app.js @@ -18,12 +18,7 @@ _kiwi.global = { build_version: '', // Kiwi IRC version this is built from (Set from index.html) settings: undefined, // Instance of _kiwi.model.DataStore plugins: undefined, - utils: undefined, // TODO: Re-usable methods - user: undefined, // TODO: Limited user methods - server: undefined, // TODO: Limited server methods - - // TODO: think of a better term for this as it will also refer to queries - channels: undefined, // TODO: Limited access to panels list + utils: {}, // TODO: Re-usable methods addMediaMessageType: function(match, buildHtml) { _kiwi.view.MediaMessage.addType(match, buildHtml);