diff options
author | anekos | 2009-01-07 09:40:30 +0000 |
---|---|---|
committer | anekos | 2009-01-07 09:40:30 +0000 |
commit | 7f453feb2f06661309942d2cb99d11787d6039e1 (patch) | |
tree | 509aed4f790dd1ab65697e43a1213051b13551d1 /maine_coon.js | |
parent | b71d399c81844cefb1aa7a7241ef02270373c759 (diff) | |
download | vimperator-plugins-7f453feb2f06661309942d2cb99d11787d6039e1.tar.bz2 |
oOoooOOps
git-svn-id: http://svn.coderepos.org/share/lang/javascript/vimperator-plugins/trunk@28093 d0d07461-0603-4401-acd4-de1884942a52
Diffstat (limited to 'maine_coon.js')
-rw-r--r-- | maine_coon.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/maine_coon.js b/maine_coon.js index 89fce68..23f7bf5 100644 --- a/maine_coon.js +++ b/maine_coon.js @@ -133,7 +133,7 @@ let tagetIDs = (liberator.globalVariables.maine_coon_targets || '').split(/\s+/) return { x: x, y: y, - widt: width, + width: width, height: height, adjustHeight: adjustHeight, adjustWidth: adjustWidth |