Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Revert "Fix incorrect information in manual"
This reverts commit bf49fcf.
  • Loading branch information
marijnh committed Aug 13, 2011
1 parent a951850 commit 6d5293a
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions manual.html
Expand Up @@ -578,15 +578,15 @@ <h2 id="api">Programming API</h2>
<dt id="getInputField"><code>getInputField() → textarea</code></dt>
<dd>Returns the hiden textarea used to read input.</dd>
<dt id="getWrapperElement"><code>getWrapperElement() → node</code></dt>
<dd>Returns the DOM node that represents the editor. You can
change the <code>height</code> and <code>width</code> styles of
this element to resize an editor. (You might have to call
the <a href="#refresh"><code>refresh</code></a> method
afterwards.) Remove this from your tree to delete an editor
instance.</dd>
<dd>Returns the DOM node that represents the editor. Remove this
from your tree to delete an editor instance.</dd>
<dt id="getScrollerElement"><code>getScrollerElement() → node</code></dt>
<dd>Returns the DOM node that is responsible for the
the scrolling of the editor.</dd>
<dd>Returns the DOM node that is responsible for the sizing and
the scrolling of the editor. You can change
the <code>height</code> and <code>width</code> styles of this
element to resize an editor. (You might have to call
the <a href="#refresh"><code>refresh</code></a> method
afterwards.)</dd>
<dt id="getGutterElement"><code>getGutterElement() → node</code></dt>
<dd>Fetches the DOM node that represents the editor gutter.</dd>

Expand Down

0 comments on commit 6d5293a

Please sign in to comment.