Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    Uncaught SyntaxError: Unexpected token =

    Hi,

    v11.1p - LGPL builds dated 2018-01-13 and -14 (I have not check other recent builds):

    /system/modules-debug/ISC_Forms.js:17029 Uncaught SyntaxError: Unexpected token =
    valIsObj = = isc.isAn.Object(value);
    Line 17034 has similar error.

    Best regards,
    Janusz

    #2
    I am quite certain that this is not a smartclient problem.

    valIsObj = = isc.isAn.Object(value);
    This Line has 2 "=" seperated by a space which depeding on the interpreter might be an issue. I just tested it with somethign simple like var now = = "something"; and it threw the same error.

    Comment


      #3
      This was a regression that was fixed the day it was spotted - please retest with the latest from smartcient.com/builds.

      Comment

      Working...
      X