aboutsummaryrefslogtreecommitdiffstats
path: root/twittperator.js
diff options
context:
space:
mode:
authoranekos2011-08-28 14:00:05 +0900
committeranekos2011-08-28 14:00:05 +0900
commit8e0b03258cbdf5856f0af55c2bf9c92735537418 (patch)
tree2ba548f05215fb25c7e2a3adaa99b19dbc5020cf /twittperator.js
parent492a11de25ad17c7f01940e5dd4117e7ccf9a738 (diff)
downloadvimperator-plugins-8e0b03258cbdf5856f0af55c2bf9c92735537418.tar.bz2
s/alert/window.alert/
Diffstat (limited to 'twittperator.js')
-rw-r--r--twittperator.js2
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);
}
},
};