зеркало из https://github.com/mozilla/popcorn-js.git
[#189] hasOwnProp checks have broken the library
This commit is contained in:
Родитель
28bb599ebc
Коммит
e7e916cc17
|
@ -295,7 +295,6 @@
|
|||
self.currentTime() === options.start ) {
|
||||
|
||||
!fired.start && setup.start.call(self, event, options);
|
||||
|
||||
fired.start++;
|
||||
}
|
||||
|
||||
|
@ -303,14 +302,12 @@
|
|||
self.currentTime() < options.end ) {
|
||||
|
||||
setup.timeupdate.call(self, event, options);
|
||||
|
||||
}
|
||||
|
||||
if ( ~~self.currentTime() === options.end ||
|
||||
self.currentTime() === options.end ) {
|
||||
|
||||
!fired.end && setup.end.call(self, event, options);
|
||||
|
||||
fired.end++;
|
||||
}
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче