Skip to content

Commit

Permalink
Expose Mobiledoc.Range
Browse files Browse the repository at this point in the history
  • Loading branch information
bantic committed Jan 11, 2016
1 parent a067d22 commit c4aebef
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/js/editor/post.js
Original file line number Diff line number Diff line change
Expand Up @@ -1222,7 +1222,7 @@ class PostEditor {
/**
* Add a didUpdate job to the queue
*
* @method scheduleDidRender
* @method scheduleDidUpdate
* @public
*/
scheduleDidUpdate() {
Expand Down
4 changes: 3 additions & 1 deletion src/js/index.js
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
import Editor from './editor/editor';
import ImageCard from './cards/image';
import Range from './utils/cursor/range';

const Mobiledoc = {
Editor,
ImageCard
ImageCard,
Range
};

export function registerGlobal(global) {
Expand Down

0 comments on commit c4aebef

Please sign in to comment.