Explorar el Código

ckplayer close debug mode

zhanghe hace 6 años
padre
commit
137b7737c8
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  1. 0 1
      src/util/EfunVideoPlayer.js

+ 0 - 1
src/util/EfunVideoPlayer.js

@@ -12,7 +12,6 @@ class EfunVideoPlayer {
 
   initPlayer(url, domId) {
     let videoObject = {
-      debug: true,
       autoplay: true,
       container: `#${domId}`,
       variable: 'player',