From 568119cae87b58ebf856ecb144c6a44e35d6f6eb Mon Sep 17 00:00:00 2001 From: rolux Date: Sun, 9 Dec 2012 01:42:57 +0100 Subject: [PATCH] cosmetic changes --- source/Ox.UI/js/Video/VideoElement.js | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) 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;