File tree Expand file tree Collapse file tree 1 file changed +3
-10
lines changed
Expand file tree Collapse file tree 1 file changed +3
-10
lines changed Original file line number Diff line number Diff line change 2626 border : 1px solid black;
2727 }
2828
29- .code-snippet-group-2 {
30- margin : 10px ;
31- width : 802px ;
32- height : 150px ;
33- border : 1px solid black;
34- }
35-
3629 .code-snippet-group-3 {
3730 margin : 10px ;
3831 width : 802px ;
4841
4942< body >
5043
51- < h3 > 'philsweb. jquery- codemirror' Demo</ h3 >
44+ < h3 > 'jquery. codemirror' Demo</ h3 >
5245
5346< div class ="code-snippet-group-1 " first style ="min-height:100px; "> </ div >
5447
@@ -92,6 +85,6 @@ <h3>'philsweb.jquery-codemirror' Demo</h3>
9285
9386 $ ( '.code-snippet-group-2' ) . codemirrorInit ( { value : "<div> Hello world </div>\n\n\n" } ) ;
9487
95- $ ( '.code-snippet-group-3' ) . codemirrorInit ( { value : "<div> Hello world </div>\n\n\n " } , { height : "inherit" } ) ;
88+ $ ( '.code-snippet-group-3' ) . codemirrorInit ( { value : "<div> Hello world </div>" } , { height : "inherit" } ) ;
9689 } ) ;
97- </ script >
90+ </ script >
You can’t perform that action at this time.
0 commit comments