PANmedia / raptor-editor

Raptor, an HTML5 WYSIWYG content editor!
www.raptor-editor.com
GNU General Public License v3.0
533 stars 136 forks source link

Basic integration example class mismatch? #171

Closed ghost closed 9 years ago

ghost commented 9 years ago

Re: https://www.raptor-editor.com/documentation/tutorials/basic-integration

The HTML shows:

<div class="raptor">

The JavaScript shows:

$('.raptor-editable').raptor();

The JavaScript should probably read:

$('.raptor').raptor();

Or the HTML should read:

<div class="raptor-editable">
Petah commented 9 years ago

Thanks for that I have updated the gist