- Timestamp:
- 11/16/10 22:08:18 (2 years ago)
- Files:
-
- 1 modified
-
trunk/modules/InsertTable/insert_table.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/modules/InsertTable/insert_table.js
r1085 r1272 39 39 var self = this; 40 40 41 editor.config.btnList.inserttable[3] = function() { self.show(); } 42 } 41 if(typeof editor._insertTable == 'undefined') { 42 editor._insertTable = function() { 43 self.show(); 44 } 45 } 46 } 43 47 44 48 InsertTable.prototype._lc = function(string) {
