Project

General

Profile

Bug #96395

Updated by Benjamin Franzke over 2 years ago

theChar is not initialized and therefore pollutes global scope. 
 (It is assigned to window.theChar in the FormEngine iframe). 

 Currently not an error (we are not (not using strict mode in RequireJS), 
 just bad style, but once we switch to strict mode (type="module"), 
 (<script type="module">),  
 this will fail without proper declaration. 
 a var-declaration.

Back