Skip to content
All gists
Back to GitHub
Sign in
Sign up
Sign in
Sign up
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Instantly share code, notes, and snippets.
🌴
On vacation
Cydmi
🌴
On vacation
4
followers
·
11
following
View GitHub Profile
All gists
2
Forked
1
Starred
1
Sort
Recently created
Least recently created
Recently updated
Least recently updated
Sort
Recently created
Least recently created
Recently updated
Least recently updated
1 file
0 forks
0 comments
0 stars
Cydmi
/
How to use Backbone.js.md
Created
August 12, 2017 11:24
— forked from
nightire/How to use Backbone.js.md
How to use Backbone.js
Backbone.js
Simple Starting Point
创建 Model
var
Person
=
Backbone
.
Model
.
extend
(
)
;
You can’t perform that action at this time.