diff options
author | Jesús Eduardo <heckyel@hyperbola.info> | 2017-06-19 19:04:00 -0500 |
---|---|---|
committer | Jesús Eduardo <heckyel@hyperbola.info> | 2017-06-19 19:04:00 -0500 |
commit | 25249b0ca90156c923e7e353d6425bbd23841886 (patch) | |
tree | 2ac533b245b11bfe0fbee6c59a4934b6785d4b82 /js | |
parent | 4a193ea802dd0830da99b0a58915c2110a7e70c3 (diff) | |
download | lidra-theme-25249b0ca90156c923e7e353d6425bbd23841886.tar.lz lidra-theme-25249b0ca90156c923e7e353d6425bbd23841886.tar.xz lidra-theme-25249b0ca90156c923e7e353d6425bbd23841886.zip |
quita comentario de enlace a google
Diffstat (limited to 'js')
-rw-r--r-- | js/cliplibrejs.developer.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/js/cliplibrejs.developer.js b/js/cliplibrejs.developer.js index 52d5eb4..42a43bc 100644 --- a/js/cliplibrejs.developer.js +++ b/js/cliplibrejs.developer.js @@ -3444,7 +3444,6 @@ librevjs.Player.prototype.userActive = function (bool) { // this happens in fullscreen when we really need to hide the cursor. // // When this gets resolved in ALL browsers it can be removed - // https://code.google.com/p/chromium/issues/detail?id=103041 this.tech.one('mousemove', function (e) { e.stopPropagation(); e.preventDefault(); |