Changeset 38247
- Timestamp:
- 08/10/10 23:13:19 (3 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
lang/javascript/vimperator-plugins/trunk/twittperator.js
r38237 r38247 29 29 <description>Twitter Client using ChirpStream</description> 30 30 <description lang="ja">OAuth対応Twitterクライアント</description> 31 <version>1.0.1 0</version>31 <version>1.0.11</version> 32 32 <minVersion>2.3</minVersion> 33 33 <maxVersion>2.4</maxVersion> … … 1283 1283 } 1284 1284 1285 function clearPluginData() { 1286 listeners = []; 1287 } 1288 1285 1289 let listeners = []; 1286 1290 … … 1289 1293 stop: stop, 1290 1294 addListener: function(func) listeners.push(func), 1291 removeListener: function(func) (listeners = listeners.filter(function(l) (l != func))) 1295 removeListener: function(func) (listeners = listeners.filter(function(l) (l != func))), 1296 clearPluginData: clearPluginData 1292 1297 }; 1293 1298 })(); // }}} … … 1524 1529 } 1525 1530 } 1531 1532 ChirpUserStream.clearPluginData(); 1526 1533 1527 1534 io.getRuntimeDirectories("plugin/twittperator").forEach(loadPluginFromDir(true)); … … 1798 1805 __context__.OAuth = tw; 1799 1806 __context__.ChirpUserStream = ChirpUserStream; 1807 __context__.loadPlugins = loadPlugins(); 1800 1808 1801 1809 loadPlugins();
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)