| branch | platform-restapi |
| changeset 975 | 35aadec4131b |
| parent 965 | eadb7290c325 |
| child 1013 | 392ddcd212d7 |
--- a/src/widgets/Slice.js Fri Oct 26 15:51:05 2012 +0200 +++ b/src/widgets/Slice.js Fri Oct 26 18:37:55 2012 +0200 @@ -48,7 +48,7 @@ }, start: function() { _this.sliding = true; - if (!_this.media.getPaused) { + if (!_this.media.getPaused()) { _this.media.pause(); } _currentTime = _this.media.getCurrentTime();