From 3d0c6cf41efbd5079e3080792e29973f3750bbb7 Mon Sep 17 00:00:00 2001 From: Grayeul Date: Mon, 11 Nov 2013 07:48:54 -0600 Subject: [PATCH] Fixed missing reference to old CloseAllOthers --- core/modules/widgets/navigator.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/modules/widgets/navigator.js b/core/modules/widgets/navigator.js index fe2a6cd43..4bc217a6a 100755 --- a/core/modules/widgets/navigator.js +++ b/core/modules/widgets/navigator.js @@ -135,8 +135,8 @@ NavigatorWidget.prototype.handleCloseAllTiddlersEvent = function(event) { this.saveStoryList(); return false; }; -// Close all other tiddlers -NavigatorWidget.prototype.handleCloseAllOtherTiddlersEvent = function(event) { +// Close other tiddlers +NavigatorWidget.prototype.handleCloseOtherTiddlersEvent = function(event) { this.storyList = [event.tiddlerTitle]; this.saveStoryList(); return false;