diff options
author | suVene | 2008-12-18 17:27:37 +0000 |
---|---|---|
committer | suVene | 2008-12-18 17:27:37 +0000 |
commit | 7e2df6a0694f18c9569744d5707045fbc934f0c1 (patch) | |
tree | a9a68631640739558845577bf9b60f5150501e60 /notifier/subject_hatelabo_bottle.js | |
parent | c3edf91140e9f8bef88bc2375f0cea4f2a753541 (diff) | |
download | vimperator-plugins-7e2df6a0694f18c9569744d5707045fbc934f0c1.tar.bz2 |
* observer_growl. EventListener の登録失敗回避.[close all]追加.
* subject_weather_yahoo.js url の設定読込み.
* growl.css className modify.
git-svn-id: http://svn.coderepos.org/share/lang/javascript/vimperator-plugins/trunk@27040 d0d07461-0603-4401-acd4-de1884942a52
Diffstat (limited to 'notifier/subject_hatelabo_bottle.js')
-rw-r--r-- | notifier/subject_hatelabo_bottle.js | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/notifier/subject_hatelabo_bottle.js b/notifier/subject_hatelabo_bottle.js index a21f22f..0cf31ef 100644 --- a/notifier/subject_hatelabo_bottle.js +++ b/notifier/subject_hatelabo_bottle.js @@ -28,9 +28,6 @@ notifier.subject.register(notifier.SubjectHttp, { headers: null, extra: null }, - preInitialize: function() { - logger.log('preInitialize: '); - }, parse: function(res) { // if (this.count == 0) return []; // for debug var doc = res.getHTMLDocument('id("body")//div[contains(concat(" ", @class, " "), " entry ")]'); |