Skip to content

Commit

Permalink
Fixed table function code comment
Browse files Browse the repository at this point in the history
  • Loading branch information
winhamwr committed Mar 29, 2011
1 parent 7ea9b79 commit ad5ab8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/wymeditor/jquery.wymeditor.js
Expand Up @@ -1320,7 +1320,7 @@ WYMeditor.editor.prototype.addCssRules = function(doc, aCss) {
}
};

/********** PLUGIN FUNCTIONS **********/
/********** TABLE FUNCTIONS **********/

WYMeditor.editor.prototype.insertTable = function(rows, columns, caption, summary) {
if( !(rows > 0) || !(columns > 0) ) {
Expand Down

0 comments on commit ad5ab8e

Please sign in to comment.