Search code examples
javascriptselectiontextselectionrangy

Rangy v13alpha.804 lacks CssClassApplier module?


thanks for Rangy! however, after severe testing (aaargg!) i discovered that

rangy.modules.CssClassApplier

returns false in .804, but returns true in previous version .772 .. What happened? Am i missing something?

-roelof


Solution

  • It's in there now as rangy.modules.ClassApplier.

    I'm in the process of renaming that module to "ClassApplier" after realising that the term "CSS class" is inaccurate. I was intending to keep backwards compatibility so I'll patch rangy.modules.CssClassApplier back in there for the next version.