From 9dd574cb23d91f9a6f7e4cefbc7bb6e59e7be0de Mon Sep 17 00:00:00 2001 From: hogelog Date: Wed, 10 Dec 2008 21:41:10 +0000 Subject: * follow 2.0pre. git-svn-id: http://svn.coderepos.org/share/lang/javascript/vimperator-plugins/trunk@26339 d0d07461-0603-4401-acd4-de1884942a52 --- incuri.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'incuri.js') diff --git a/incuri.js b/incuri.js index 623be6f..0ffb082 100644 --- a/incuri.js +++ b/incuri.js @@ -76,7 +76,7 @@ ["In", 1], ["De", -1] ].forEach(function(direction) { var [prefix, dir] = direction; - liberator.commands + commands .add([prefix.toLowerCase() + "c" + suffix], prefix + "crement the number in the " + name + ".", makeinc(function(x, q) x + dir * q, prop), -- cgit v1.2.3