Skip to content

Commit

Permalink
testing ie7 support
Browse files Browse the repository at this point in the history
  • Loading branch information
kylestetz committed Sep 30, 2013
1 parent 281bbf9 commit 7b0101a
Show file tree
Hide file tree
Showing 3 changed files with 497 additions and 10 deletions.
3 changes: 2 additions & 1 deletion example/index.html
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
<html>
<head>
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
<script src="json2.js" type="text/javascript"></script>
<link rel="stylesheet/less" type="text/css" href="clndr.less" />
<script src="http://cdnjs.cloudflare.com/ajax/libs/less.js/1.3.3/less.min.js" type="text/javascript"></script>
<script src="http://cdnjs.cloudflare.com/ajax/libs/jquery/2.0.1/jquery.js" type="text/javascript"></script>
<script src="http://cdnjs.cloudflare.com/ajax/libs/jquery/1.9.1/jquery.js" type="text/javascript"></script>
<script src="//cdnjs.cloudflare.com/ajax/libs/underscore.js/1.5.2/underscore-min.js" type="text/javascript"></script>
<script src= "moment-2.2.1.js" type="text/javascript"></script>

Expand Down
Loading

0 comments on commit 7b0101a

Please sign in to comment.