--- a/src/widgets/Annotation.js Mon Sep 17 22:44:59 2012 +0900
+++ b/src/widgets/Annotation.js Tue Sep 18 15:39:28 2012 +0900
@@ -50,7 +50,7 @@
IriSP.Widgets.Annotation.prototype.draw = function() {
this.renderTemplate();
- this.insertSubwidget(this.$.find(".Ldt-Annotation-Social"), "socialWidget", { type: "Social" });
+ this.insertSubwidget(this.$.find(".Ldt-Annotation-Social"), { type: "Social" }, "socialWidget");
this.onMediaEvent("timeupdate","onTimeupdate");
this.onMdpEvent("Annotation.hide","hide");
this.onMdpEvent("Annotation.show","show");