Skip to content

pull #2

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 39 commits into
base: master
Choose a base branch
from
Open
Changes from 2 commits
Commits
Show all changes
39 commits
Select commit Hold shift + click to select a range
faf1d63
Update README.md
hawx1993 Mar 6, 2015
9d659fc
Update README.md
hawx1993 Mar 6, 2015
66e416c
Update README.md
hawx1993 Mar 6, 2015
83b2420
Update README.md
hawx1993 Mar 11, 2015
d6f0cba
Update README.md
hawx1993 Mar 11, 2015
457ea92
Update README.md
hawx1993 Mar 11, 2015
ce97fce
Update README.md
hawx1993 Jun 25, 2015
9ceb3a6
Typo correction
ldong Oct 22, 2015
bd36743
Merge pull request #7 from ldong/patch-1
hawx1993 Oct 23, 2015
d43a3c0
add and fixed
hawx1993 Oct 23, 2015
d594a16
fixed
hawx1993 Oct 23, 2015
8de06d3
add
hawx1993 Oct 23, 2015
99a5c3d
Update README.md
hawx1993 Nov 25, 2015
0b92808
update
hawx1993 Nov 27, 2015
2bfb93b
Update README.md
haozzzzzzzz Nov 28, 2015
eb9b105
Merge pull request #9 from haozzzzzzzz/patch-1
hawx1993 Nov 28, 2015
a3bb04a
fixed
hawx1993 Nov 28, 2015
9012ea9
fixed
hawx1993 Nov 28, 2015
31c4fc3
fixed
hawx1993 Nov 28, 2015
4d1f42f
correct a spelling mistake
Yaoshicn Feb 18, 2016
bfa0d7a
Merge pull request #14 from Yaoshicn/master
hawx1993 Feb 19, 2016
35888f5
fix
hawx1993 Feb 22, 2016
117a734
fix
hawx1993 Feb 22, 2016
bd56562
fixed
hawx1993 Feb 22, 2016
56b0a48
fix
hawx1993 Feb 22, 2016
ce140f0
add
hawx1993 Feb 22, 2016
76847a6
修复
hawx1993 Apr 13, 2016
46cc01b
Delete readme.css
hawx1993 Apr 13, 2016
46e9a39
Update README.md
thjiang Apr 13, 2016
1534181
Merge pull request #1 from thjiang/fix-style
thjiang Apr 13, 2016
4ae54bd
Merge pull request #17 from thjiang/master
hawx1993 Apr 13, 2016
cd9f5a3
fix some bugs
meowtec Apr 13, 2016
ead519c
add supplement
Dreamacro Apr 13, 2016
7ee311a
Merge pull request #19 from Dreamacro/supplement
hawx1993 Apr 13, 2016
f00798a
Merge pull request #18 from meowtec/strict
hawx1993 Apr 13, 2016
1dd785f
fix ‘width’ bug
cyan33 Apr 14, 2016
c8116e4
Merge pull request #21 from thomasyimgit/master
hawx1993 Apr 14, 2016
ffa88c9
Update README.md
inkinworld Apr 14, 2016
e9a5a79
Merge pull request #22 from inkinworld/master
hawx1993 Apr 15, 2016
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -738,7 +738,7 @@ jquery将一些原型属性和方法封装在了`jquery.prototype`中,为了



###如何评价angulajs和backbonejs
###如何评价AngularJS和BackboneJS

`backbone`具有依赖性,依赖`underscore.js`。`Backbone + Underscore + jQuery(or Zepto)` 就比一个`AngularJS` 多出了2 次HTTP请求.

Expand Down