diff options
Diffstat (limited to '_libly.js')
-rw-r--r-- | _libly.js | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -12,7 +12,7 @@ var PLUGIN_INFO = <description lang="ja">適当なライブラリっぽいものたち。</description> <author mail="suvene@zeromemory.info" homepage="http://zeromemory.sblo.jp/">suVene</author> <license>MIT</license> - <version>0.1.17</version> + <version>0.1.18</version> <minVersion>1.2</minVersion> <maxVersion>2.0pre</maxVersion> <updateURL>http://svn.coderepos.org/share/lang/javascript/vimperator-plugins/trunk/_libly.js</updateURL> @@ -179,7 +179,7 @@ libly.$U = {//{{{ var d = { y: dtm.getFullYear(), M: dtm.getMonth() + 1, - d: dtm.getDay(), + d: dtm.getDate(), h: dtm.getHours(), m: dtm.getMinutes(), s: dtm.getSeconds(), |