+
×
+
+
{new XMLList(message.message || '')}
+
;
dom = util.xmlToDom(html, doc, nodes);
- dom.__data__ = new Growl(dom, nodes);
-
+ dom.__data__ = new Growl(dom, nodes, message.options.growl);
return dom;
},
checkStatus: function() {
@@ -106,7 +106,7 @@ notifier.observer.register({
removeNodes.push(item);
}
}
- removeNodes.forEach(function(n) container.removeChild(n));
+ removeNodes.forEach(function(element) element.__data__.remove());
if (container.childNodes.length == 0)
clearInterval(container.__interval__);
diff --git a/notifier/subject_hatelabo_bottle.js b/notifier/subject_hatelabo_bottle.js
index 9c4914d..6c4a330 100644
--- a/notifier/subject_hatelabo_bottle.js
+++ b/notifier/subject_hatelabo_bottle.js
@@ -1,12 +1,17 @@
-/**
- * notifier.js plugin subject
- * @name subject_hatena_bottle.js
- * @description notify if hatena bottle changed.
- * @description-ja はてなボトルの変更通知。
- * @author suVene suvene@zeromemory.info
- * @version 0.1.0
- * Last Change: 08-Dec-2008.
- */
+// PLUGIN_INFO//{{{
+var PLUGIN_INFO =
+