Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 3b81397

Browse files
committed
trying to deal with ie8
1 parent a2944e4 commit 3b81397

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

demo/knockout.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
<!DOCTYPE html>
22
<html lang="en">
33
<head>
4+
<!--[if lt IE 9]>
5+
<script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
6+
<![endif]-->
7+
48
<meta charset="utf-8">
59
<meta http-equiv="X-UA-Compatible" content="IE=edge">
610
<meta name="viewport" content="width=device-width, initial-scale=1">

0 commit comments

Comments
 (0)