remove debug
This commit is contained in:
parent
11b9301337
commit
4f37ff8783
1 changed files with 0 additions and 1 deletions
|
@ -437,7 +437,6 @@ Ox.VideoElement = function(options, self) {
|
||||||
} else {
|
} else {
|
||||||
self.options.src = Ox.isArray(arguments[0]) ? arguments[0] : [arguments[0]];
|
self.options.src = Ox.isArray(arguments[0]) ? arguments[0] : [arguments[0]];
|
||||||
if (self.loadedMetadata) {
|
if (self.loadedMetadata) {
|
||||||
console.log(self.currentPart, self.$video[self.currentPart], self.$video);
|
|
||||||
//fixme: get rid of this to make use of browser caching
|
//fixme: get rid of this to make use of browser caching
|
||||||
// but in all browsers except firefox,
|
// but in all browsers except firefox,
|
||||||
// loadedmetadata fires only once per src
|
// loadedmetadata fires only once per src
|
||||||
|
|
Loading…
Reference in a new issue