Skip to content

Commit

Permalink
Adds build files (auto-generated)
Browse files Browse the repository at this point in the history
Fixes #737
  • Loading branch information
jbalsas committed May 18, 2017
1 parent c7ba9c7 commit 81ad2d4
Show file tree
Hide file tree
Showing 11 changed files with 130 additions and 130 deletions.
114 changes: 0 additions & 114 deletions api/classes/CKEDITOR.plugins.ae_buttonbridge.html
Original file line number Diff line number Diff line change
Expand Up @@ -253,11 +253,6 @@ <h3>Methods</h3>
<a href="#method_centerToolbar">centerToolbar</a>

</li>
<li class="index-item method">
<a href="#method_extend">extend</a>

<span class="flag static">static</span>
</li>
<li class="index-item method private">
<a href="#method_generateButtonBridge">generateButtonBridge</a>

Expand Down Expand Up @@ -350,115 +345,6 @@ <h4>Parameters:</h4>
</div>


</div>
<div id="method_extend" class="method item">
<h3 class="name"><code>extend</code></h3>

<div class="args">
<span class="paren">(</span><ul class="args-list inline commas">
<li class="arg">
<code>receiver</code>
</li>
<li class="arg">
<code>supplier</code>
</li>
<li class="arg">
<code>protoProps</code>
</li>
<li class="arg">
<code>staticProps</code>
</li>
</ul><span class="paren">)</span>
</div>

<span class="returns-inline">
<span class="type">Function</span>
</span>




<span class="flag static">static</span>



<div class="meta">
<p>
Defined in
<a href="../files/src_ui_react_src_oop_oop.js.html#l5"><code>src&#x2F;ui&#x2F;react&#x2F;src&#x2F;oop&#x2F;oop.js:5</code></a>
</p>



</div>

<div class="description">
<p>Sets the prototype, constructor and superclass properties to support an inheritance strategy
that can chain constructors and methods. Static members will not be inherited.</p>

</div>

<div class="params">
<h4>Parameters:</h4>

<ul class="params-list">
<li class="param">
<code class="param-name">receiver</code>
<span class="type">Function</span>


<div class="param-description">
<p>The class which will extend another class.</p>

</div>

</li>
<li class="param">
<code class="param-name">supplier</code>
<span class="type">Function</span>


<div class="param-description">
<p>The class which will provide the properties the child class.</p>

</div>

</li>
<li class="param">
<code class="param-name">protoProps</code>
<span class="type">Object</span>


<div class="param-description">
<p>Prototype properties to add/override.</p>

</div>

</li>
<li class="param">
<code class="param-name">staticProps</code>
<span class="type">Object</span>


<div class="param-description">
<p>Static properties to add/overwrite.</p>

</div>

</li>
</ul>
</div>

<div class="returns">
<h4>Returns:</h4>

<div class="returns-description">
<span class="type">Function</span>:
<p>The extended class.</p>

</div>
</div>

</div>
<div id="method_generateButtonBridge" class="method item private">
<h3 class="name"><code>generateButtonBridge</code></h3>
Expand Down
114 changes: 114 additions & 0 deletions api/classes/UI.html
Original file line number Diff line number Diff line change
Expand Up @@ -293,6 +293,11 @@ <h3>Methods</h3>
<a href="#method_componentWillUnmount">componentWillUnmount</a>

</li>
<li class="index-item method">
<a href="#method_extend">extend</a>

<span class="flag static">static</span>
</li>
<li class="index-item method inherited">
<a href="#method_filterExclusive">filterExclusive</a>

Expand Down Expand Up @@ -1331,6 +1336,115 @@ <h3 class="name"><code>componentWillUnmount</code></h3>



</div>
<div id="method_extend" class="method item">
<h3 class="name"><code>extend</code></h3>

<div class="args">
<span class="paren">(</span><ul class="args-list inline commas">
<li class="arg">
<code>receiver</code>
</li>
<li class="arg">
<code>supplier</code>
</li>
<li class="arg">
<code>protoProps</code>
</li>
<li class="arg">
<code>staticProps</code>
</li>
</ul><span class="paren">)</span>
</div>

<span class="returns-inline">
<span class="type">Function</span>
</span>




<span class="flag static">static</span>



<div class="meta">
<p>
Defined in
<a href="../files/src_ui_react_src_oop_oop.js.html#l5"><code>src&#x2F;ui&#x2F;react&#x2F;src&#x2F;oop&#x2F;oop.js:5</code></a>
</p>



</div>

<div class="description">
<p>Sets the prototype, constructor and superclass properties to support an inheritance strategy
that can chain constructors and methods. Static members will not be inherited.</p>

</div>

<div class="params">
<h4>Parameters:</h4>

<ul class="params-list">
<li class="param">
<code class="param-name">receiver</code>
<span class="type">Function</span>


<div class="param-description">
<p>The class which will extend another class.</p>

</div>

</li>
<li class="param">
<code class="param-name">supplier</code>
<span class="type">Function</span>


<div class="param-description">
<p>The class which will provide the properties the child class.</p>

</div>

</li>
<li class="param">
<code class="param-name">protoProps</code>
<span class="type">Object</span>


<div class="param-description">
<p>Prototype properties to add/override.</p>

</div>

</li>
<li class="param">
<code class="param-name">staticProps</code>
<span class="type">Object</span>


<div class="param-description">
<p>Static properties to add/overwrite.</p>

</div>

</li>
</ul>
</div>

<div class="returns">
<h4>Returns:</h4>

<div class="returns-description">
<span class="type">Function</span>:
<p>The extended class.</p>

</div>
</div>

</div>
<div id="method_filterExclusive" class="method item inherited">
<h3 class="name"><code>filterExclusive</code></h3>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,7 @@ <h1><small>File</small> <code>src/ui/react/src/components/base/widget-focus-mana
*/
focus: function(event) {
if (!event || this._isValidTarget(event.target)) {
if (this._descendants) {
if (this._descendants &amp;&amp; this._descendants.length) {
var activeDescendantEl = this._descendants[this._activeDescendant];
// When user clicks with the mouse, the activeElement is already set and there
// is no need to focus it. Focusing of the active descendant (usually some button) is required
Expand Down
6 changes: 3 additions & 3 deletions dist/alloy-editor/alloy-editor-all-min.js

Large diffs are not rendered by default.

Loading

0 comments on commit 81ad2d4

Please sign in to comment.