Justin Ridgewell
|
a3a0484156
|
Merge pull request #3679 from akre54/doc-improvements
Update comments throughout the code
|
2015-06-10 15:32:46 -04:00 |
|
Adam Krebs
|
2be220f28f
|
Update comments throughout the code
|
2015-06-10 14:26:01 -04:00 |
|
Justin Ridgewell
|
dce3bdb16e
|
Merge pull request #3646 from jashkenas/model-set-id-update
Update model's id with #get
|
2015-06-10 11:27:47 -04:00 |
|
Justin Ridgewell
|
ae4547d7d9
|
Merge pull request #3643 from CoolGoose/patch-1
updated TodoMVC link
|
2015-06-10 11:21:02 -04:00 |
|
Brad Dunbar
|
4b4c58f495
|
Merge pull request #3678 from jdalton/not-any-more
Replace `_.any` with `_.some`.
|
2015-06-10 06:22:04 -04:00 |
|
jdalton
|
c23f6132c0
|
Replace _.any with _.some.
|
2015-06-09 21:44:17 -07:00 |
|
Adam Krebs
|
9a9ba86037
|
Merge pull request #3670 from kkirsche/patch-1
Remove moot `version` property from bower.json
|
2015-06-09 16:31:26 -04:00 |
|
Justin Ridgewell
|
b91feacced
|
Merge pull request #3675 from jdalton/no-bind-all
Remove the only `_.bindAll` use.
|
2015-06-09 15:49:54 -04:00 |
|
jdalton
|
74427c9e76
|
Remove the only _.bindAll use.
|
2015-06-09 11:01:57 -07:00 |
|
Kevin Kirsche
|
a1e89436c0
|
Remove moot version property from bower.json
Per bower/bower.json-spec@a325da3
|
2015-06-08 21:58:14 -04:00 |
|
Adam Krebs
|
edc26d1b36
|
document Collection#at with negative index
|
2015-06-08 09:58:27 -04:00 |
|
Jeremy Ashkenas
|
938a8ff934
|
Backbone 1.2.1
1.2.1
|
2015-06-04 18:09:12 -04:00 |
|
Jeremy Ashkenas
|
4148f54354
|
Merge pull request #3661 from paulfalgout/changelog-1.2.1
Draft changelog for Backbone 1.2.1
|
2015-06-04 18:04:30 -04:00 |
|
paulfalgout
|
2bfc84dfbc
|
Draft changelog for Backbone 1.2.1
|
2015-06-04 13:46:11 -05:00 |
|
Adam Krebs
|
41ee3b7706
|
Merge pull request #3665 from jridgewell/collection-style-updates-2
Small Collection style updates
|
2015-06-03 22:00:29 -04:00 |
|
Justin Ridgewell
|
6215000047
|
Ungolf #create assignment
|
2015-06-03 21:58:53 -04:00 |
|
Justin Ridgewell
|
fdea29dfc8
|
Collection#add shouldn't parse a model instance
Fixes #3636, but in a backwards compatible way.
|
2015-06-02 14:06:50 -04:00 |
|
Andrey Kuzmin
|
ffa4fa597d
|
Added failing test case
|
2015-06-02 13:58:13 -04:00 |
|
Justin Ridgewell
|
c95d9775e7
|
Revert "Merge pull request #3644 from jridgewell/collection-parse"
This reverts commit ff57b54cbb, reversing
changes made to 5ea158506f.
|
2015-06-02 13:55:21 -04:00 |
|
Jeremy Ashkenas
|
ff57b54cbb
|
Merge pull request #3644 from jridgewell/collection-parse
Collection parse
|
2015-06-02 13:29:58 -04:00 |
|
Brad Dunbar
|
5ea158506f
|
Merge pull request #3657 from jridgewell/ie6-test-false-positive
Fix failing IE6 test
|
2015-06-02 12:28:58 -04:00 |
|
Justin Ridgewell
|
f79e0bcf53
|
Fix failing IE6 test
It was a false positive. Our “location” parsing uses an A tag, which
doesn’t always work the way the real location parsing does.
|
2015-06-02 12:26:41 -04:00 |
|
Justin Ridgewell
|
1c6b7639ff
|
Merge pull request #3613 from ahumphreys87/jsdomRouter
Fix opening and closing iframe document in jsdom
|
2015-06-02 11:09:47 -04:00 |
|
Brad Dunbar
|
46ec991782
|
Merge pull request #3656 from sroucheray/patch-1
Delete `main` property duplication
|
2015-06-01 15:58:33 -04:00 |
|
Stéphane Roucheray
|
591ab696db
|
Delete main property duplication
|
2015-06-01 21:55:15 +02:00 |
|
Justin Ridgewell
|
80ef9d5fef
|
Merge pull request #3655 from akre54/code-reorg
Code reorg
|
2015-06-01 12:02:20 -04:00 |
|
Adam Krebs
|
9be4131258
|
fix typo in once comment
|
2015-06-01 11:53:10 -04:00 |
|
Adam Krebs
|
565b2a1952
|
Move addUnderscoreMethods out of Backbone.Events, adjust comment now that array methods is only 1 method
|
2015-06-01 11:36:43 -04:00 |
|
Justin Ridgewell
|
cac05d4192
|
Merge pull request #3647 from jridgewell/collection-removeModels
Remove unnecessary assignment
|
2015-06-01 10:38:57 -04:00 |
|
Justin Ridgewell
|
a41a2056f9
|
Merge pull request #3603 from jridgewell/event-map-context
Juggle context param with event maps
|
2015-06-01 10:29:14 -04:00 |
|
Justin Ridgewell
|
53a4e701bb
|
Remove unnecessary assignment
|
2015-05-31 01:54:37 -04:00 |
|
Justin Ridgewell
|
be7fc95964
|
Update model's id with #get
|
2015-05-31 00:34:12 -04:00 |
|
Graeme Yeates
|
6518a4c3f2
|
Merge pull request #3645 from jridgewell/variable-cleanup
Variable cleanup
|
2015-05-30 23:58:08 -04:00 |
|
Justin Ridgewell
|
1a8ed2efc6
|
Variable cleanup
|
2015-05-30 23:13:02 -04:00 |
|
Justin Ridgewell
|
13de636df1
|
Ensure fetch'd data is only parsed once
|
2015-05-30 02:27:51 -04:00 |
|
Justin Ridgewell
|
415c3a7a13
|
Collection#set shouldn't parse
Fixes #3636, #2824.
Reverts #1407.
|
2015-05-30 02:27:51 -04:00 |
|
Alexandru Bucur
|
bec0e4a1a9
|
updated TodoMVC link
|
2015-05-29 12:07:26 +03:00 |
|
Adam Krebs
|
2195406c4b
|
typo: elements -> events
|
2015-05-27 22:34:44 -04:00 |
|
Jeremy Ashkenas
|
d1a459a234
|
Merge pull request #3640 from akre54/document-delegate-change
Document delegateEvents change from #3060
|
2015-05-27 14:41:52 -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 |
|
Graeme Yeates
|
dbcfc15b8a
|
Merge pull request #3639 from jridgewell/collection-removeModels
Fix syntax error
|
2015-05-27 11:55:40 -04:00 |
|
Justin Ridgewell
|
196cee7289
|
Fix syntax error.
|
2015-05-27 11:53:37 -04:00 |
|
Jeremy Ashkenas
|
2e465970e0
|
Merge pull request #3637 from jridgewell/collection-removeModels
Return removed models from #_removeModels
|
2015-05-27 11:49:44 -04:00 |
|
Justin Ridgewell
|
e926394658
|
#_removeReference now removes references
|
2015-05-27 11:44:27 -04:00 |
|
Justin Ridgewell
|
61e765087d
|
Test that Collection#remove _only_ returns removed models
Add (currently) failing tests for #3512.
|
2015-05-27 11:42:42 -04:00 |
|
Justin Ridgewell
|
a910bace09
|
Collection#remove returns removed model
|
2015-05-27 01:00:45 -04:00 |
|
Justin Ridgewell
|
46c90648c3
|
Return removed models from #_removeModels
|
2015-05-27 01:00: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 |
|
Jeremy Ashkenas
|
165034b861
|
Merge pull request #3628 from jridgewell/model-fetch-style
Model#fetch parse option
|
2015-05-26 17:34:04 -04:00 |
|