Skip to content

Commit

Permalink
Update dist files
Browse files Browse the repository at this point in the history
  • Loading branch information
daviferreira committed Jun 18, 2015
1 parent f4c7bf1 commit ce911b0
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion dist/css/medium-editor-tables.css
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,6 @@
resize: both;
table-layout: fixed; }

.medium-editor-table, .medium-editor-table td {
.medium-editor-table,
.medium-editor-table td {
border: 1px dashed #e3e3e3; }
2 changes: 1 addition & 1 deletion dist/js/medium-editor-tables.js
Original file line number Diff line number Diff line change
Expand Up @@ -383,7 +383,7 @@ MediumEditorTable.prototype = {
this.table.insert(rows, columns);
this.hideForm();
}.bind(this),
ownerDocument: this.base.options.ownerDocument,
ownerDocument: this.document,
rows: this.options.rows,
columns: this.options.columns
});
Expand Down
2 changes: 1 addition & 1 deletion dist/js/medium-editor-tables.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit ce911b0

Please sign in to comment.