aboutsummaryrefslogtreecommitdiffstats
path: root/exShowElementInfo.js
diff options
context:
space:
mode:
authordrry2008-11-09 18:37:29 +0000
committerdrry2008-11-09 18:37:29 +0000
commitcd5d6210c14f77d5a538628f9ba8979c50ded99e (patch)
tree8ad718197151d2efa203e665ada1adf9f901a51e /exShowElementInfo.js
parentde59bc304b6ad1db848a7b6844cb0a0fa5bca9ea (diff)
downloadvimperator-plugins-cd5d6210c14f77d5a538628f9ba8979c50ded99e.tar.bz2
* cosmetic changes.
git-svn-id: http://svn.coderepos.org/share/lang/javascript/vimperator-plugins/trunk@23077 d0d07461-0603-4401-acd4-de1884942a52
Diffstat (limited to 'exShowElementInfo.js')
-rw-r--r--exShowElementInfo.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/exShowElementInfo.js b/exShowElementInfo.js
index 66db75b..eeeb631 100644
--- a/exShowElementInfo.js
+++ b/exShowElementInfo.js
@@ -1,4 +1,4 @@
-/*
+/**
* ==VimperatorPlugin==
* @name exShowElementInfo.js
* @description extend feature that show element's information when extended-hints mode ";?"
@@ -40,6 +40,6 @@ function addFeatureToMethodAfter(object, method, feature) {
return tmp;
};
}
-})()
+})();
// vim: set sw=4 ts=4 et;