Hi everybody, I always get a build message "- Warning: .. first argument is not a string literal." how it is programmed correctly or is it possible to disable the warning?
var checks = qx.core.Environment.getChecks(); var keys = Object.keys(checks); for (var i = 0; i < keys.length; i++) { var key = keys[i]; var value = qx.core.Environment.get(key); /* <--- problem line */ } Thank you all and greetings media -- View this message in context: http://qooxdoo.678.n2.nabble.com/build-warning-first-argument-is-not-a-string-literal-tp7588280.html Sent from the qooxdoo mailing list archive at Nabble.com. ------------------------------------------------------------------------------ Find and fix application performance issues faster with Applications Manager Applications Manager provides deep performance insights into multiple tiers of your business applications. It resolves application problems quickly and reduces your MTTR. Get your free trial! https://ad.doubleclick.net/ddm/clk/302982198;130105516;z _______________________________________________ qooxdoo-devel mailing list qooxdoo-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel