Repository: couchdb-fauxton
Updated Branches:
  refs/heads/master f9b0ee090 -> e95eec58d


cleanup: remove unused function


Project: http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/repo
Commit: http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/commit/e95eec58
Tree: http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/tree/e95eec58
Diff: http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/diff/e95eec58

Branch: refs/heads/master
Commit: e95eec58db10c86354897f3963cf37cb2b8e96fc
Parents: 18c9609
Author: Robert Kowalski <[email protected]>
Authored: Tue Mar 3 13:50:55 2015 +0100
Committer: Robert Kowalski <[email protected]>
Committed: Wed Mar 4 16:17:52 2015 +0100

----------------------------------------------------------------------
 app/addons/documents/index-editor/components.react.jsx | 4 ----
 1 file changed, 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/blob/e95eec58/app/addons/documents/index-editor/components.react.jsx
----------------------------------------------------------------------
diff --git a/app/addons/documents/index-editor/components.react.jsx 
b/app/addons/documents/index-editor/components.react.jsx
index 63c60f8..c705c20 100644
--- a/app/addons/documents/index-editor/components.react.jsx
+++ b/app/addons/documents/index-editor/components.react.jsx
@@ -437,10 +437,6 @@ function (app, FauxtonAPI, React, Stores, Actions, 
Components, ReactComponents,
       indexEditorStore.off('change', this.onChange);
     },
 
-    toggleEditor: function () {
-      Actions.toggleEditor();
-    },
-
     render: function () {
       return (
         <div className="editor-wrapper span5 scrollable">

Reply via email to