video loading icon should always be white

This commit is contained in:
rolux 2013-02-09 16:03:42 +05:30
commit f2d93c7001
2 changed files with 9 additions and 3 deletions

View file

@ -489,7 +489,7 @@ Ox.VideoPlayer = function(options, self) {
----------------------------------------------------------------------------
*/
self.$loadingIcon = Ox.LoadingIcon()
self.$loadingIcon = Ox.LoadingIcon({video: true})
.appendTo(self.$videoContainer)
.start();