diff options
| author | anekos | 2011-08-28 14:00:05 +0900 | 
|---|---|---|
| committer | anekos | 2011-08-28 14:00:05 +0900 | 
| commit | 8e0b03258cbdf5856f0af55c2bf9c92735537418 (patch) | |
| tree | 2ba548f05215fb25c7e2a3adaa99b19dbc5020cf | |
| parent | 492a11de25ad17c7f01940e5dd4117e7ccf9a738 (diff) | |
| download | vimperator-plugins-8e0b03258cbdf5856f0af55c2bf9c92735537418.tar.bz2 | |
s/alert/window.alert/
| -rw-r--r-- | twittperator.js | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/twittperator.js b/twittperator.js index ef60816..2815d69 100644 --- a/twittperator.js +++ b/twittperator.js @@ -1047,7 +1047,7 @@ let PLUGIN_INFO =                  callback(self.accessor);                }              }else{ -              alert(d.statusText); +              window.alert(d.statusText);              }            },          };  | 
