diff options
author | hogelog | 2008-12-21 05:46:03 +0000 |
---|---|---|
committer | hogelog | 2008-12-21 05:46:03 +0000 |
commit | 70f6df9b92587563130b92e6972fa246f69fa9e3 (patch) | |
tree | a35302696cd19826a1a606a5e80c6703adcf3f87 /takahashiPresentation.js | |
parent | 5c43a3f1f2a188003f40827aa2f19f88cc1941fc (diff) | |
download | vimperator-plugins-70f6df9b92587563130b92e6972fa246f69fa9e3.tar.bz2 |
* fix stop to start.
git-svn-id: http://svn.coderepos.org/share/lang/javascript/vimperator-plugins/trunk@27143 d0d07461-0603-4401-acd4-de1884942a52
Diffstat (limited to 'takahashiPresentation.js')
-rw-r--r-- | takahashiPresentation.js | 2 |
1 files changed, 1 insertions, 1 deletions
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', |