EasyUI Forum
April 28, 2024, 01:55:11 PM *
Welcome, Guest. Please login or register.

Login with username, password and session length
News:
 
  Home Help Search Login Register  
  Show Posts
Pages: [1]
1  General Category / EasyUI for jQuery / EasyUi is not compatible with "use strict" on: June 29, 2022, 09:18:20 PM
Hello,

I'm trying to use EasyUi in my application. My application is dynamically loading javascript modules (import) and most of the code is using "use strict". I have tried to use the comboTree and upon clicking the expand button I always get the following error message: "Uncaught TypeError: 'caller', 'callee', and 'arguments' properties may not be accessed on strict mode functions or the arguments objects for calls to them"

Looks like the EasyUi code is trying to use "arguments.callee" which is not allowed in strict mode.

Any idea how to resolve this?
Pages: [1]
Powered by MySQL Powered by PHP Powered by SMF 1.1.18 | SMF © 2013, Simple Machines Valid XHTML 1.0! Valid CSS!