Announcement

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

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

    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....

    #2
    Thanks for pointing this out, this is now fixed for affected branches for tomorrow's builds.

    Comment


      #3
      SmartClient Version: v9.1p_2014-03-09/PowerEdition Deployment (built 2014-03-09)

      fixed, thank you

      Comment

      Working...
      X