Uploaded image for project: 'Runtime'
  1. Runtime
  2. RUNTIME-2373

getSemanticAnnotation method is wrong

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Major Major
    • 3.9, 4.0RC3
    • 3.9, 4.0RC2
    • Plugin core
    • None

      getSemanticAnnotation in RichText.js (RichText.i18n.js in 3.9).

      for (var i=0; this._annotations.length; i++)

      Should be

      for (var i=0; i < this._annotations.length; i++)

            Unassigned Unassigned
            bmaurel Bérénice Maurel
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: