Quantcast
Channel: SmartClient Forums
Viewing all articles
Browse latest Browse all 4756

v9.1p_2014-03-03 error in modules-debug/ISC_Drawing.js

$
0
0
SmartClient Version: v9.1p_2014-03-03/PowerEdition Deployment (built 2014-03-03)

Uncaught SyntaxError: Unexpected identifier ISC_Drawing.js:10244

it seems a missing comma:
Code:

isc.DrawShape.addProperties({

    //> @attr drawShape.knobs
    // <b>NOTE:</b> DrawShape items do not support knobs.
    // @include DrawItem.knobs
    //<

    vmlElementName: "SHAPE",
    svgElementName: "path" // missing comma

    // other attributes....


Viewing all articles
Browse latest Browse all 4756

Trending Articles