From August 10th, using SmartClient 14.1 JavaScript, the file ISC_Grids.js in the modules-debug directory has code like this:
There's a comma missing after "below", therefore the build doesn't work. It's not happening in the "modules" directory.
Code:
// recordComponentPositions _$within: "within", // fill the space _$expand: "expand", // show below _$below: "below" // show below _$above: "above", // show above
Comment