weibo.js
authorChris <chris@roojs.com>
Mon, 20 Jan 2014 11:06:20 +0000 (19:06 +0800)
committerChris <chris@roojs.com>
Mon, 20 Jan 2014 11:06:20 +0000 (19:06 +0800)
weibo.js

index 67a8e90..0ab063c 100644 (file)
--- a/weibo.js
+++ b/weibo.js
@@ -1,5 +1,5 @@
 
-(function run_weibo(u, p){
+function run_weibo(u, p){
     if(document.location.host=='weibo.com') {
         // clear login dialog from weibo.
         //check and hidden the login dialog and overlay .....
@@ -49,4 +49,5 @@
         }
 
     }
-})
+}
+