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 26
26
border : 1px solid black;
27
27
}
28
28
29
- .code-snippet-group-2 {
30
- margin : 10px ;
31
- width : 802px ;
32
- height : 150px ;
33
- border : 1px solid black;
34
- }
35
-
36
29
.code-snippet-group-3 {
37
30
margin : 10px ;
38
31
width : 802px ;
48
41
49
42
< body >
50
43
51
- < h3 > 'philsweb. jquery- codemirror' Demo</ h3 >
44
+ < h3 > 'jquery. codemirror' Demo</ h3 >
52
45
53
46
< div class ="code-snippet-group-1 " first style ="min-height:100px; "> </ div >
54
47
@@ -92,6 +85,6 @@ <h3>'philsweb.jquery-codemirror' Demo</h3>
92
85
93
86
$ ( '.code-snippet-group-2' ) . codemirrorInit ( { value : "<div> Hello world </div>\n\n\n" } ) ;
94
87
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" } ) ;
96
89
} ) ;
97
- </ script >
90
+ </ script >
You can’t perform that action at this time.
0 commit comments