Announcement

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

    Crucial comma missing in modules-debug/ISC_Grids.js

    From August 10th, using SmartClient 14.1 JavaScript, the file ISC_Grids.js in the modules-debug directory has code like this:

    Code:
    // recordComponentPositions
    _$within: "within", // fill the space
    _$expand: "expand", // show below
    _$below: "below" // show below
    _$above: "above", // show above
    There's a comma missing after "below", therefore the build doesn't work. It's not happening in the "modules" directory.

    #2
    Thanks for the report - we've addressed this for tomorrow's builds.

    Comment

    Working...
    X