Skip to content

Commit

Permalink
Removed the selector option.
Browse files Browse the repository at this point in the history
  • Loading branch information
IonicaBizau committed Feb 8, 2015
1 parent bfc54b6 commit 11572fe
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@ Creates a new instance of `MeMarkdown`.
- **Object** `options`: An object containing the following fields:
- `events` (Array): An array with the events when the markdown code will be generated (default: `["input", "change"]`).
- `callback` (Function): The callback function. If the second argument is a function, then it has greater priority.
- `selector` (String|HTMLElement): The Medium Editor element or selector (default: `[data-medium-element=true]`).

- **Function** `callback`: The callback function that is called with the markdown code (first argument).

Expand Down

0 comments on commit 11572fe

Please sign in to comment.