use strict

This commit is contained in:
meow 2022-04-20 11:38:24 +03:00
parent 2ea986326d
commit eb7e48b059
9 changed files with 9 additions and 0 deletions

View file

@ -1,3 +1,4 @@
'use strict';
var video_data = JSON.parse(document.getElementById('video_data').innerHTML);
String.prototype.supplant = function (o) {