diff options
author | anekos | 2010-08-13 16:20:32 +0000 |
---|---|---|
committer | anekos | 2010-08-13 16:20:32 +0000 |
commit | 3b6188a6c5a7235812f19953caf69a34891139ac (patch) | |
tree | bd1b273857eac06cb0b94da07800fad39946b0fe | |
parent | 771543cd6cf56be353c8c0cf09da76773d11f864 (diff) | |
download | vimperator-plugins-3b6188a6c5a7235812f19953caf69a34891139ac.tar.bz2 |
設定変数名を変更
git-svn-id: http://svn.coderepos.org/share/lang/javascript/vimperator-plugins/trunk@38261 d0d07461-0603-4401-acd4-de1884942a52
-rwxr-xr-x | twittperator/reply-popup-alert.tw | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/twittperator/reply-popup-alert.tw b/twittperator/reply-popup-alert.tw index c01b288..824bb37 100755 --- a/twittperator/reply-popup-alert.tw +++ b/twittperator/reply-popup-alert.tw @@ -1,11 +1,11 @@ /* * Please write the below line into .vimperatorrc. * let g:twittperator_plugin_reply_popup_alert = 1 - * let g:twittperator_plugin_reply_popup_alert_username = "<YOUR_SCREEN_NAME>" + * let g:twittperator_screen_name = "<YOUR_SCREEN_NAME>" */ (function () { - let screenName = liberator.globalVariables.twittperator_plugin_reply_popup_alert_username; + let screenName = liberator.globalVariables.twittperator_screen_name; function popupAlert (iconPath, title, text, buttonEnabled, a, b) { const ALERT_SVC = |