Skip to content

Commit e6505bb

Browse files
author
Alexis Beingessner
committed
Ticket OscarGodson#233 - building docs
1 parent 5a71ec7 commit e6505bb

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

index.html

+6-2
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ <h3>EpicEditor([<em>options</em>])</h3>
6060
basePath: &#39;epiceditor&#39;,
6161
clientSideStorage: true,
6262
localStorageName: &#39;epiceditor&#39;,
63-
useNativeFullsreen: true,
63+
useNativeFullscreen: true,
6464
parser: marked,
6565
file: {
6666
name: &#39;epiceditor&#39;,
@@ -456,7 +456,11 @@ <h2>Events</h2>
456456
</tr>
457457
<tr>
458458
<td><code>save</code></td>
459-
<td>Fires whenever the file is saved whether by EpicEditor automatically or when <code>save()</code> is called.</td>
459+
<td>Fires whenever <code>save()</code> is called manually, or implicitly by <code>importFile</code> or <code>open</code>.</td>
460+
</tr>
461+
<tr>
462+
<td><code>autosave</code></td>
463+
<td>Fires whenever the autoSave interval fires, and the file contents have been updated since the last save.</td>
460464
</tr>
461465
<tr>
462466
<td><code>open</code></td>

0 commit comments

Comments
 (0)