Commit Graph

704 Commits

Author SHA1 Message Date
paulfalgout
2bfc84dfbc Draft changelog for Backbone 1.2.1 2015-06-04 13:46:11 -05:00
Adam Krebs
2195406c4b typo: elements -> events 2015-05-27 22:34:44 -04:00
Adam Krebs
15215706f1 Document delegateEvents change from #3060 2015-05-27 14:36:54 -04:00
Adam Krebs
cc2581598d correct "polymorphic" typo 2015-05-27 12:14:00 -04:00
Justin Ridgewell
7bf2d68c04 Merge pull request #3609 from akre54/modelid-docs
Document Collection#modelId
2015-05-26 17:52:57 -04:00
Adam Krebs
47932de7b2 fix spacing in index.html page, manually merge #3606 2015-05-15 13:48:38 -04:00
Adam Krebs
bbb43a9cc5 Document Collection#modelId 2015-05-15 11:30:15 -04:00
Adam Krebs
c6933404cb document Model#matches 2015-05-15 10:59:02 -04:00
Justin Ridgewell
18fdc4c801 s/updated/update/ event 2015-05-14 14:21:49 -04:00
Craig Martin
45e8e55d64 Update index.html 2015-05-14 08:48:52 -04:00
Graeme Yeates
dfd2e5b188 Update documented underscore dependency 2015-05-13 23:49:04 -04:00
Jeremy Ashkenas
2b628d5f46 mo docs 2015-05-13 18:15:17 -04:00
Jeremy Ashkenas
1bde5c589c updating sizes and dates 2015-05-13 18:10:26 -04:00
Jeremy Ashkenas
e69efe7851 s/updated/update 2015-05-13 18:07:16 -04:00
Jeremy Ashkenas
6541698ff6 Backbone.js 1.2.0 (I think) 2015-05-13 18:05:59 -04:00
Jeremy Ashkenas
b45f0de146 mo docs 2015-05-13 18:01:56 -04:00
Adam Krebs
c66c211e70 document async success callback in changelog 2015-05-13 12:02:29 -04:00
Adam Krebs
6ea3bfb665 merge in master branch 2015-05-13 11:10:03 -04:00
Adam Krebs
f9c03a2a8f note about commonjs / jquery 2015-04-18 11:46:00 -04:00
Adam Krebs
8b46ffaf91 remove stray var in docs 2015-04-18 11:44:05 -04:00
Andrew Newdigate
f040208f5a Better documentation around the behaviour of once when multiple events are passed in. 2015-04-16 16:50:32 -04:00
Adam Krebs
d27ad60b20 Merge pull request #3441 from balloob/chore-fix-documentation-for-router
Update documentation for Backbone.Router
2015-04-05 11:27:10 -04:00
Adam Krebs
401fdbd02c Merge branch 'master' into bb-120
Conflicts:
	index.html
2015-03-20 11:44:34 -04:00
Jeremy Ashkenas
da98d9e28f Merge pull request #3498 from akre54/validate-docs
Fix wording in validate docs
2015-03-04 11:18:34 -05:00
Jeremy Ashkenas
cb7ecba4fa #3419 -- editing. it could be even more conversational... 2015-02-23 11:43:25 -05:00
Jeremy Ashkenas
5b331defb6 removing the upgrading section 2015-02-23 11:09:10 -05:00
Jeremy Ashkenas
18637292e3 Merge pull request #3419 from gmac/master
Adding "Getting Started" documentation section.
2015-02-23 11:05:24 -05:00
Adam Krebs
efa22887a2 Fix wording in validate docs. Addresses #3445 2015-02-18 13:03:35 -05:00
Adam Krebs
e09fa7f45a minor grammar cleanup in Collection-remove docs 2015-02-18 10:57:41 -05:00
Jesse McCarthy
7370162938 Add documentation about models arg.
Fix #3494.
2015-02-16 09:44:51 -05:00
Adam Krebs
1af5092423 correct number of Underscore model methods in sidebar 2015-02-13 17:58:45 -05:00
Adam Krebs
19f9905fec Merge branch 'master' into bb-120
Conflicts:
	backbone.js
	docs/backbone.html
	test/collection.js
	test/events.js
2015-02-13 17:20:43 -05:00
Adam Krebs
87a4af8f3b fetch docs cleanup 2015-02-09 12:04:38 -05:00
Camille Roussel
389ca5400d Fix #3477. Clarify Model.fetch docs 2015-02-08 18:56:07 -08:00
Jeremy Ashkenas
68220af813 Tweak View#el docs further. 2015-01-30 12:49:46 -05:00
Adam Krebs
828ace793b Clarify docs around View#el. Fixes #3454 2015-01-23 14:55:48 -05:00
Brian Scoles
2e1b8b83f2 change "overriden" to "overridden" in two places. 2015-01-22 17:39:15 -05:00
Adam Krebs
0ccb71f96a draft changelog for backbone 1.2.0 2015-01-22 17:39:14 -05:00
Janas Page
a5d7b6300d Un-split infinitive [v 2]. 2015-01-22 17:38:08 -05:00
Janas Page
b7eeb0c851 Un-split an infinitive verb tense.
Just grammar.
2015-01-22 17:38:08 -05:00
Janas Page
a8f8e82a1d Hyphenate compound modifier.
It's a single adjective: the compound word "two-way" (as opposed to two adjectives: "two" and "way").
2015-01-22 17:38:08 -05:00
Paulus Schoutsen
918ceaf514 Update documentation for Backbone.Router 2015-01-07 14:56:26 -08:00
Y Kang
585e2441f6 Add missing articles ('a', 'the')
In the definition for the 'Error' event, the singular nouns 'request' and 'server' require articles. I've also removed the word 'remote' from 'remote server' as the definitions for the 'Request' and 'Sync' events only refer to 'the server'.
2015-01-01 11:11:54 -08:00
Greg MacWilliam
91522b7ed9 Updated View and Routing summaries. 2014-12-22 00:45:16 -05:00
Greg MacWilliam
6b4606eeae Adding "Getting Started" documentation section. 2014-12-19 09:00:44 -05:00
Brian Scoles
232fb0d40b change "overriden" to "overridden" in two places. 2014-12-07 22:30:28 -08:00
Jesse McCarthy
8997f6949d Remove trailing whitespace (line containing only space chars). 2014-10-30 17:05:54 -04:00
Janas Page
c568fee881 Un-split infinitive [v 2]. 2014-10-22 12:15:24 -07:00
Janas Page
188bd820d5 Un-split an infinitive verb tense.
Just grammar.
2014-10-22 11:13:51 -07:00
Janas Page
45c80b74dc Hyphenate compound modifier.
It's a single adjective: the compound word "two-way" (as opposed to two adjectives: "two" and "way").
2014-10-21 14:19:35 -07:00