src/widgets/Slice.js
changeset 977 934a7b13a2ca
parent 975 35aadec4131b
child 1013 392ddcd212d7
--- a/src/widgets/Slice.js	Fri Oct 26 15:49:29 2012 +0200
+++ b/src/widgets/Slice.js	Mon Nov 05 19:03:10 2012 +0100
@@ -48,7 +48,7 @@
         },
         start: function() {
             _this.sliding = true;
-            if (!_this.media.getPaused) {
+            if (!_this.media.getPaused()) {
                 _this.media.pause();
             }
             _currentTime = _this.media.getCurrentTime();