when i try to build my project, it stops with this error on ".log" file:
!ENTRY org.tizen.web.compressor.minifier.core.JavaScriptMinifier$1 4 0 2013-12-29 16:36:13.826
!MESSAGE [2013.12.29 16:36:13][ERROR] JavaScriptMinifier.java(85) - 64 : 29 : missing name after . operator
!MESSAGE [2013.12.29 16:36:13][ERROR] JavaScriptMinifier.java(85) - 64 : 29 : missing name after . operator
this is because i have a ".delete()" method in my code wich is not allowed before ecmascript5. and JavaScriptMinifier seems not enabling it
my code is jsLint valide and can be compiled without error when using Google Closure compiler with "--language_in=ECMASCRIPT5" arg
how can i make the minifier accept this code?
and will Tizen SDK use Google Closure compiler for more verbose output?