Skip to content

Commit

Permalink
Ticket #156 #146 - Added option to example options object in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
OscarGodson committed Jul 20, 2012
1 parent e1d4057 commit 8fde87d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ var opts = {
basePath: 'epiceditor',
clientSideStorage: true,
localStorageName: 'epiceditor',
useNativeFullsreen: true,
parser: marked,
file: {
name: 'epiceditor',
Expand Down
1 change: 1 addition & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ <h3>EpicEditor([<em>options</em>])</h3>
basePath: &#39;epiceditor&#39;,
clientSideStorage: true,
localStorageName: &#39;epiceditor&#39;,
useNativeFullsreen: true,
parser: marked,
file: {
name: &#39;epiceditor&#39;,
Expand Down

0 comments on commit 8fde87d

Please sign in to comment.