# HG changeset patch # User hamidouk # Date 1324461093 -3600 # Node ID f7333cdf53208cc436740c8b872e4f5c14201965 # Parent 97c920842123af2ff9dcf691d1471856a4492db3 fixed trailing comma to please IE. diff -r 97c920842123 -r f7333cdf5320 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); }