GetmeUK / ContentEdit

A JavaScript library that provides a set of classes for building content-editable HTML elements.
http://getcontenttools.com/api/content-edit
MIT License
253 stars 51 forks source link

Removed Root singleton logic #7

Closed stepan-perlov closed 8 years ago

stepan-perlov commented 8 years ago
stepan-perlov commented 8 years ago

bug in spec: ~ 1 of 5 grunt jasmine have this bug. Don't know why. Bug was in HEAD.

`ContentEdit.Text` merge interactions`
   ✓ should support merging with ListItemText
   X should support merging with Text
     Expected '<p>
    foo
</p>
<ul>
    <li>
        zeeumm
    </li>
</ul>' to be '<p>
    foobar
</p>
<ul>
    <li>
        zeeumm
    </li>
</ul>'. (1)