[#189] hasOwnProp checks have broken the library

This commit is contained in:
rwldrn 2010-12-05 13:32:36 -05:00
Родитель 28bb599ebc
Коммит e7e916cc17
1 изменённых файлов: 0 добавлений и 3 удалений

Просмотреть файл

@ -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++;
}