Use jQuery instead of zepto.

zepto always fails when requesting custom protocols, 💩.
This commit is contained in:
Cheng Zhao 2013-08-25 16:23:40 +08:00
parent 244d7eaf17
commit d56a7d75de
3 changed files with 7 additions and 3 deletions

View file

@ -1,7 +1,7 @@
<html> <html>
<head> <head>
<link href="../node_modules/mocha/mocha.css" rel="stylesheet"> <link href="../node_modules/mocha/mocha.css" rel="stylesheet">
<script src="zepto.min.js"></script> <script src="jquery-2.0.3.min.js"></script>
</head> </head>
<body> <body>

6
spec/jquery-2.0.3.min.js vendored Normal file

File diff suppressed because one or more lines are too long

2
spec/zepto.min.js vendored

File diff suppressed because one or more lines are too long