src/js/widgets/annotationsListWidget.js
branchpopcorn-port
changeset 615 7eb41c26a8b7
parent 607 0b94ae49efbd
child 621 170a8cd859d5
--- a/src/js/widgets/annotationsListWidget.js	Thu Jan 12 13:15:34 2012 +0100
+++ b/src/js/widgets/annotationsListWidget.js	Thu Jan 12 14:22:36 2012 +0100
@@ -33,7 +33,7 @@
 
     /* filter the annotations whose type is not the one we want */
     if (typeof(annotation.meta) !== "undefined" && typeof(annotation.meta["id-ref"]) !== "undefined"
-          && annotation.meta["id-ref"] != view_type) {
+          && annotation.meta["id-ref"] !== view_type) {
         continue;
     }