Jasig / umobile-app-phonegap

7 stars 11 forks source link

Discussion: ES5 environment "strict mode" #23

Open cousquer opened 11 years ago

cousquer commented 11 years ago

Redefinning variable is disallowed in strict mode. Be sure to be in fully compliant ES5 environment. The "use strict" directive is only recognized at the top of a script or function, which makes it sensitive to script concatenation. So which way to go?

//file02.js no strictmode (function() { function foo() { var arg = []; // ... } // ... })();

cousquer commented 11 years ago

Can't label it "Question".

mmoayyed commented 10 years ago

The build should now be es5 compatible. There are certain modules however that are now, and for those we at the moment force the build to continue automatically.

ChristianMurphy commented 6 years ago

Hey there! :wave:

Thanks for opening a ticket with uMobile app phonegap. :+1: :bowing_man: The uMobile app phonegap is no longer being actively maintained. :no_entry: For alternatives we recommend the uMobile Android App and the uMobile iOS app. :white_check_mark:

Thanks again for contributing to the uMobile app phonegap! :sparkles: