In the latest nightly (SmartClient_v101p_2015-12-10_Pro) there is a syntax error in ISC_Forms.js line 57135:
This should be a function declaration:
Feel free to remove this message after reading since there's no value in keeping it around.
Code:
_formatAsTime() {
return true;
},
Code:
_formatAsTime [B]: function () [/B]{
return true;
},
Comment