Changeset 7108 for CKEditor/trunk
- Timestamp:
- 07/18/11 05:02:45 (22 months ago)
- File:
-
- 1 edited
-
CKEditor/trunk/_source/plugins/dialogui/plugin.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
CKEditor/trunk/_source/plugins/dialogui/plugin.js
r7029 r7108 476 476 inputHtmlList.push( inputHtml.join( '' ) ); 477 477 } 478 new CKEDITOR.ui.dialog.hbox( dialog, [], inputHtmlList, html );478 new CKEDITOR.ui.dialog.hbox( dialog, children, inputHtmlList, html ); 479 479 return html.join( '' ); 480 480 };
Note: See TracChangeset
for help on using the changeset viewer.
