fixed trailing comma to please IE. popcorn-port
authorhamidouk
Wed, 21 Dec 2011 10:51:33 +0100
branchpopcorn-port
changeset 493 f7333cdf5320
parent 492 97c920842123
child 494 cb88c0c8ddfa
fixed trailing comma to please IE.
src/js/widgets/annotationsWidget.js
--- a/src/js/widgets/annotationsWidget.js	Wed Dec 21 10:30:46 2011 +0100
+++ b/src/js/widgets/annotationsWidget.js	Wed Dec 21 10:51:33 2011 +0100
@@ -87,7 +87,7 @@
                           
                         } }(annotation),
                 onEnd: 
-                       function() { _this.clearWidget.call(_this); },
+                       function() { _this.clearWidget.call(_this); }
                 };
     this._Popcorn = this._Popcorn.code(conf);                                             
   }