Skip to content

Commit e64e77d

Browse files
committed
Reverted miss removed piece of code while refactoring.
1 parent 209e2cf commit e64e77d

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

tests/plugins/magicline/widgets.js

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,11 @@
66
'use strict';
77

88
var tools = widgetTestsTools,
9+
/*nestedTplAc = new CKEDITOR.template( '<div id="{id}" class="u">' +
10+
'<div class="nested">' +
11+
'<blockquote>u</blockquote>' +
12+
'</div>' +
13+
'</div>' ),*/
914
nonEditTpl = new CKEDITOR.template( '<div id="{id}" class="w">' +
1015
'<div class="wa">wa</div>' +
1116
'<div class="wb">wb</div>' +
@@ -792,4 +797,4 @@
792797
793798
*/
794799
} );
795-
} )();
800+
} )();

0 commit comments

Comments
 (0)