diff --git a/source/Ox.UI/js/Video/Ox.VideoTimelinePlayer.js b/source/Ox.UI/js/Video/Ox.VideoTimelinePlayer.js index 83d8701c..8f0bfb89 100644 --- a/source/Ox.UI/js/Video/Ox.VideoTimelinePlayer.js +++ b/source/Ox.UI/js/Video/Ox.VideoTimelinePlayer.js @@ -802,6 +802,11 @@ Ox.VideoTimelinePlayer = function(options, self) { } }; + that.togglePaused = function() { + togglePaused(); + return that; + }; + return that; };