DIYgod преди 8 години
родител
ревизия
2323e73e30
променени са 4 файла, в които са добавени 1 реда и са изтрити 2 реда
  1. 0 0
      dist/DPlayer.min.js
  2. 0 0
      dist/DPlayer.min.js.map
  3. 1 1
      package.json
  4. 0 1
      src/DPlayer.js

Файловите разлики са ограничени, защото са твърде много
+ 0 - 0
dist/DPlayer.min.js


Файловите разлики са ограничени, защото са твърде много
+ 0 - 0
dist/DPlayer.min.js.map


+ 1 - 1
package.json

@@ -1,6 +1,6 @@
 {
   "name": "dplayer",
-  "version": "1.10.2",
+  "version": "1.10.3",
   "description": "Wow, such a lovely HTML5 danmaku video player",
   "main": "dist/DPlayer.min.js",
   "style": "dist/DPlayer.min.css",

+ 0 - 1
src/DPlayer.js

@@ -772,7 +772,6 @@ class DPlayer {
         if (this.video.duration) {
             time = Math.min(time, this.video.duration);
         }
-        console.log(time, this.video.currentTime, time - this.video.currentTime);
         if (this.video.currentTime < time) {
             this.notice(`${this.tran('FF')} ${(time - this.video.currentTime).toFixed(0)} ${this.tran('s')}`);
         }

Някои файлове не бяха показани, защото твърде много файлове са промени