Draft editor functionality

This commit is contained in:
Dennis Eichhorn 2017-08-12 09:38:42 +02:00
parent a98199d3db
commit c1157d67fc

View File

@ -11,7 +11,7 @@
jsOMS.Modules.Media.prototype.bind = function (id)
{
let e = typeof id === 'undefined' ? document.getElementsByTagName('form') : [document.getElementById(id)],
const e = typeof id === 'undefined' ? document.getElementsByTagName('form') : [document.getElementById(id)],
length = e.length;
for (let i = 0; i < length; i++) {