From 8e0b03258cbdf5856f0af55c2bf9c92735537418 Mon Sep 17 00:00:00 2001 From: anekos Date: Sun, 28 Aug 2011 14:00:05 +0900 Subject: s/alert/window.alert/ --- twittperator.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'twittperator.js') 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); } }, }; -- cgit v1.2.3