Skip to content

Commit

Permalink
Add build files (auto-generated)
Browse files Browse the repository at this point in the history
Fixes #250
  • Loading branch information
ipeychev committed Jun 22, 2015
1 parent ad7ef9c commit 400b467
Show file tree
Hide file tree
Showing 13 changed files with 7,974 additions and 7,424 deletions.
8 changes: 4 additions & 4 deletions api/classes/CKEDITOR.Table.html
Original file line number Diff line number Diff line change
Expand Up @@ -302,7 +302,7 @@ <h3 class="name"><code>_createElement</code></h3>
<div class="meta">
<p>
Defined in
<a href="../files/src_core_table.js.html#l135"><code>src&#x2F;core&#x2F;table.js:135</code></a>
<a href="../files/src_core_table.js.html#l137"><code>src&#x2F;core&#x2F;table.js:137</code></a>
</p>


Expand Down Expand Up @@ -426,7 +426,7 @@ <h3 class="name"><code>getFromSelection</code></h3>
<div class="meta">
<p>
Defined in
<a href="../files/src_core_table.js.html#l61"><code>src&#x2F;core&#x2F;table.js:61</code></a>
<a href="../files/src_core_table.js.html#l63"><code>src&#x2F;core&#x2F;table.js:63</code></a>
</p>


Expand Down Expand Up @@ -471,7 +471,7 @@ <h3 class="name"><code>remove</code></h3>
<div class="meta">
<p>
Defined in
<a href="../files/src_core_table.js.html#l91"><code>src&#x2F;core&#x2F;table.js:91</code></a>
<a href="../files/src_core_table.js.html#l93"><code>src&#x2F;core&#x2F;table.js:93</code></a>
</p>


Expand Down Expand Up @@ -527,7 +527,7 @@ <h3 class="name"><code>setAttributes</code></h3>
<div class="meta">
<p>
Defined in
<a href="../files/src_core_table.js.html#l122"><code>src&#x2F;core&#x2F;table.js:122</code></a>
<a href="../files/src_core_table.js.html#l124"><code>src&#x2F;core&#x2F;table.js:124</code></a>
</p>


Expand Down
6 changes: 4 additions & 2 deletions api/files/src_core_table.js.html
Original file line number Diff line number Diff line change
Expand Up @@ -191,6 +191,8 @@ <h1><small>File</small> <code>src/core/table.js</code></h1>
var editor = this._editor;
var table = this._createElement(&#x27;table&#x27;);

config = config || {};

// Generate the rows and cols.
var tbody = table.append(this._createElement(&#x27;tbody&#x27;));
var rows = config.rows || 1;
Expand All @@ -209,7 +211,7 @@ <h1><small>File</small> <code>src/core/table.js</code></h1>
table.removeAttribute(&#x27;style&#x27;);
}

this.setAttributes(table, config.attrs);
this.setAttributes(table, config.attrs || {});

// Insert the table element if we&#x27;re creating one.
editor.insertElement(table);
Expand Down Expand Up @@ -262,7 +264,7 @@ <h1><small>File</small> <code>src/core/table.js</code></h1>
var editor = this._editor;

if (table) {
table.remove(editor);
table.remove();
} else {
table = editor.elementPath().contains(&#x27;table&#x27;, 1);

Expand Down
8 changes: 4 additions & 4 deletions dist/alloy-editor/alloy-editor-all-min.js

Large diffs are not rendered by default.

Loading

0 comments on commit 400b467

Please sign in to comment.