From 70f6df9b92587563130b92e6972fa246f69fa9e3 Mon Sep 17 00:00:00 2001 From: hogelog Date: Sun, 21 Dec 2008 05:46:03 +0000 Subject: * fix stop to start. git-svn-id: http://svn.coderepos.org/share/lang/javascript/vimperator-plugins/trunk@27143 d0d07461-0603-4401-acd4-de1884942a52 --- takahashiPresentation.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'takahashiPresentation.js') diff --git a/takahashiPresentation.js b/takahashiPresentation.js index a0c613b..161445f 100644 --- a/takahashiPresentation.js +++ b/takahashiPresentation.js @@ -101,7 +101,7 @@ start :presentation. commands.add(['presentation'], 'start presentation', //{{{ function(args) { - stop(); + start(); }, { argCount: '0', -- cgit v1.2.3