File tree Expand file tree Collapse file tree 4 files changed +19
-8
lines changed
Expand file tree Collapse file tree 4 files changed +19
-8
lines changed Original file line number Diff line number Diff line change 11<!doctype html>
2- < html >
2+ < html lang =" en " >
33< head >
44< title > JavaScript Patterns</ title >
5- < meta http-equiv =" content-type " content =" text/html; charset=UTF -8 ">
5+ < meta charset =" utf -8 ">
66</ head >
77< body >
88< script >
Original file line number Diff line number Diff line change 1- var mobileEvent = {
1+ <!doctype html>
2+ < html lang ="en ">
3+ < head >
4+ < title > JavaScript Patterns</ title >
5+ < meta charset ="utf-8 ">
6+ </ head >
7+ < body >
8+ < script >
9+ var mobileEvent = {
210 // ...
311 stop : function ( e ) {
412 e . preventDefault ( ) ;
513 e . stopPropagation ( ) ;
614 }
715 // ...
8- };
16+ } ;
17+ </ script >
18+ </ body >
19+ </ html >
Original file line number Diff line number Diff line change 11<!doctype html>
2- < html >
2+ < html lang =" en " >
33< head >
44< title > JavaScript Patterns</ title >
5- < meta http-equiv =" content-type " content =" text/html; charset=UTF -8 ">
5+ < meta charset =" utf -8 ">
66</ head >
77< body >
88< script >
Original file line number Diff line number Diff line change 11<!doctype html>
2- < html >
2+ < html lang =" en " >
33< head >
44< title > JavaScript Patterns</ title >
5- < meta http-equiv =" content-type " content =" text/html; charset=UTF -8 ">
5+ < meta charset =" utf -8 ">
66</ head >
77< body >
88< script >
You can’t perform that action at this time.
0 commit comments