diff --git a/source/Ox.UI/js/Video/VideoElement.js b/source/Ox.UI/js/Video/VideoElement.js index d7ba68f4..f9aa13ee 100644 --- a/source/Ox.UI/js/Video/VideoElement.js +++ b/source/Ox.UI/js/Video/VideoElement.js @@ -17,13 +17,13 @@ Ox.VideoElement = function(options, self) { self = self || {}; var that = Ox.Element({}, self) - .defaults({ - autoplay: false, - preload: 'none', - src: [] - }) - .options(options || {}) - .css({width: '100%', height: '100%'}); + .defaults({ + autoplay: false, + preload: 'none', + src: [] + }) + .options(options || {}) + .css({width: '100%', height: '100%'}); Ox.Log('Video', 'VIDEO ELEMENT OPTIONS', self.options); @@ -425,7 +425,7 @@ Ox.VideoElement = function(options, self) { }; /*@ - src get/set src + src get/set source @*/ that.src = function() { var ret;