-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Travis
committed
Jun 24, 2014
1 parent
3390d0e
commit a8b05d0
Showing
5 changed files
with
78 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
<h1><code ng:non-bindable="">restoreChange</code> | ||
<div><span class="hint">functions in module <code ng:non-bindable="">changeHistory</code> | ||
</span> | ||
</div> | ||
</h1> | ||
<div><h2 id="description">Description</h2> | ||
<div class="description"><div class="changehistory-functions-page changehistory-functions-restorechange-page"><p>Restore the specified change</p> | ||
<p><a href="https://familysearch.org/developers/docs/api/tree/Restore_Change_resource"><a href="https://familysearch.org/developers/docs/api/tree/Restore_Change_resource">https://familysearch.org/developers/docs/api/tree/Restore_Change_resource</a></a></p> | ||
<p><a href="http://jsfiddle.net/DallanQ/JZ29U/">editable example</a></p> | ||
</div></div> | ||
<h2 id="usage">Usage</h2> | ||
<div class="usage"><pre class="prettyprint linenums">restoreChange(chid[, opts]);</pre> | ||
<h4 id="usage_parameters">Parameters</h4><table class="variables-matrix table table-bordered table-striped"><thead><tr><th>Param</th><th>Type</th><th>Details</th></tr></thead><tbody><tr><td>chid</td><td><a href="" class="label type-hint type-hint-string">string</a></td><td><div class="changehistory-functions-page changehistory-functions-restorechange-page"><p>change id or full URL of the restore changes endpoint</p> | ||
</div></td></tr><tr><td>opts <div><em>(optional)</em></div></td><td><a href="" class="label type-hint type-hint-object">Object</a></td><td><div class="changehistory-functions-page changehistory-functions-restorechange-page"><p>options to pass to the http function specified during init</p> | ||
</div></td></tr></tbody></table><h4 id="usage_returns">Returns</h4><table class="variables-matrix"><tr><td><a href="" class="label type-hint type-hint-object">Object</a></td><td><div class="changehistory-functions-page changehistory-functions-restorechange-page"><p>promise for the chid</p> | ||
</div></td></tr></table></div> | ||
</div> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters