File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 37
37
abbr [title ], time [title ] { border-bottom : 1px dotted # 333 ; }
38
38
tt { font-size : 14px ; }
39
39
a { color : # 06e ; padding : 1px ; }
40
- em { font-style : normal; background-color : # feb }
40
+ em { font-style : normal; background-color : # feb; }
41
41
a : hover { background-color : # 06c ; color : # fff ; text-decoration : none; }
42
42
# content { margin : 0 auto; padding : 24px ; width : 700px ; background-color : # fff ; border : 1px solid # 999 ; border-width : 0 1px 1px 1px ; }
43
43
# footer { margin : 0 auto 24px ; padding : 12px ; width : 700px ; line-height : 24px ; }
Original file line number Diff line number Diff line change @@ -170,7 +170,7 @@ function enableMockedDate(dateToReturn) {
170
170
} else {
171
171
throw "Mocking Date with this number of parameters is not implemented." ;
172
172
}
173
- }
173
+ } ;
174
174
}
175
175
176
176
function disableMockedDate ( ) {
You can’t perform that action at this time.
0 commit comments