diff options
author | suVene | 2008-12-22 19:17:38 +0000 |
---|---|---|
committer | suVene | 2008-12-22 19:17:38 +0000 |
commit | 577a550e189ed8994983e882192ff71a6863e5ee (patch) | |
tree | 46b610a4faf451cbfe9ebe2c45e24e3afea92e20 /notifier.js | |
parent | 75c7b453c482d67af737a96f576a60b8dcd621f5 (diff) | |
download | vimperator-plugins-577a550e189ed8994983e882192ff71a6863e5ee.tar.bz2 |
無駄なdump削除。
git-svn-id: http://svn.coderepos.org/share/lang/javascript/vimperator-plugins/trunk@27258 d0d07461-0603-4401-acd4-de1884942a52
Diffstat (limited to 'notifier.js')
-rw-r--r-- | notifier.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/notifier.js b/notifier.js index f9c2195..d7ca379 100644 --- a/notifier.js +++ b/notifier.js @@ -351,7 +351,6 @@ function bootstrap() { logger.echo('notifier[' + this.id + '] running at ' + start, commandline.force_singleline); this.timer = true; while (this.timer) { //{{{ - liberator.dump('window:' + window.content.window); this.subjects.getPlugins().forEach(function(s) { let now = new Date(); if (!s.__nextTime) s.__nextTime = now; |