src/js/widgets/segmentsWidget.js
branchpopcorn-port
changeset 108 62da43e72e30
parent 104 d571e9020092
child 121 607f481ef4c3
--- a/src/js/widgets/segmentsWidget.js	Thu Oct 20 15:53:27 2011 +0200
+++ b/src/js/widgets/segmentsWidget.js	Thu Oct 20 15:59:28 2011 +0200
@@ -55,4 +55,4 @@
 IriSP.SegmentsWidget.prototype.clickHandler = function(annotation) {
   var begin = Math.round((+ annotation.begin) / 1000);
   this._Popcorn.currentTime(begin)
-}
\ No newline at end of file
+};