Does anyone know why the file tizen.js exists function "new array()", written with a lowercase "a" instead of with a capital "A".
Example:
AlarmAbsolute.prototype.daysOfTheWeek = new array();
I get an error:
ReferenceError: Can not find variable: array
Why write new array(), but does not write new Array().
WBR
DDamir