Skip to content
This repository has been archived by the owner on Feb 12, 2022. It is now read-only.

Commit

Permalink
Remove deprecation warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
interactivellama committed Apr 16, 2015
1 parent bf98b15 commit c393210
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 7 deletions.
2 changes: 0 additions & 2 deletions _includes/js/checkbox.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@
<div class="fu-docs-section">
<h1 id="checkbox" class="page-header">Checkbox <a href="{{ site.repo }}/blob/{{ site.current_version }}/js/checkbox.js"><small>checkbox.js</small></a></h1>

<p class="danger">The JavaScript checkbox control is deprecated. In the future, Fuel UX will merely style native browser components. Example markup forthcoming.</p>

<p>The checkbox control provides a customized look and feel that can be standardized across all browsers.</p>
<label class="checkbox-custom checkbox-inline" data-initialize="checkbox" id="myCheckbox7">
<input class="sr-only" type="checkbox" value="option3"> <span class="checkbox-label">checkbox</span>
Expand Down
2 changes: 0 additions & 2 deletions _includes/js/radio.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@
<div class="fu-docs-section">
<h1 id="radio" class="page-header">Radio <a href="{{ site.repo }}/blob/{{ site.current_version }}/js/radio.js"><small>radio.js</small></a></h1>

<p class="danger">The JavaScript radio control is deprecated. In the future, Fuel UX will merely style native browser components. Example markup forthcoming.</p>

<p>The radio control provides a customized look and feel that can be standardized across all browsers.</p>
<div class="radio" data-initialize="radio" id="radioIllustration">
<label class="radio-custom">
Expand Down
6 changes: 3 additions & 3 deletions _includes/js/tree.html
Original file line number Diff line number Diff line change
Expand Up @@ -74,13 +74,13 @@ <h3 id="tree-usage-methods">Methods</h3>
<dd>Disclose only currently visible folders (expand already displayed folders).</dd>

<dt id="tree-usage-methods-populate">.tree('populate', $el)</dt>
<dd><em>deprecated</em>Populate the passed in element as if it were a new copy of the instantiated tree. If you call this on an already instantiated tree, it will append all of the items to the tree again. You probably don't want to call this. It will most likely become a private function in the future.</dd>
<dd><em>deprecated</em> Populate the passed in element as if it were a new copy of the instantiated tree. If you call this on an already instantiated tree, it will append all of the items to the tree again. You probably don't want to call this. It will most likely become a private function in the future.</dd>

<dt id="tree-usage-methods-render">.render('render')</dt>
<dd><em>caution</em>Currently a short-cut to <a href="#tree-usage-methods-populate">.tree('populate', $el)</a> but in the future may behave as a <code>refresh();</code>. At that point this may be deprecated in favor of an actual <code>refresh()</code> function.</dd>
<dd><em>caution</em> Currently a short-cut to <a href="#tree-usage-methods-populate">.tree('populate', $el)</a> but in the future may behave as a <code>refresh();</code>. At that point this may be deprecated in favor of an actual <code>refresh()</code> function.</dd>

<dt id="tree-usage-methods-collapse">.tree('collapse')</dt>
<dd><em>deprecated</em>Same as <a href="#tree-usage-methods-closeAll">.tree('closeAll')</a></dd>
<dd><em>deprecated</em> Same as <a href="#tree-usage-methods-closeAll">.tree('closeAll')</a></dd>

</dl>

Expand Down

0 comments on commit c393210

Please sign in to comment.