File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -58,7 +58,7 @@ someModel.trigger('change');
58
58
Let's look at a diagram for Backbone.Events:
59
59
60
60
<p align =' center ' >
61
- <img src =' https://i.cloudup .com/u9oC3S1LxE.svg ' alt =' Backbone.Events diagram ' >
61
+ <img src =' https://cloud.githubusercontent .com/assets/10248067/11762943/5a927e54-a0bd-11e5-8aa5-e0fafae0e559.png ' alt =' Backbone.Events diagram ' >
62
62
</p >
63
63
64
64
It goes without saying that Backbone.Events is incredibly useful when you mix it into instances of Classes. But what
@@ -109,7 +109,7 @@ the requester.
109
109
Here's a diagram of the Requests pattern:
110
110
111
111
<p align =' center ' >
112
- <img src =' https://i.cloudup .com/tEVU_tuRIX.svg ' alt =' Backbone.Requests diagram ' >
112
+ <img src =' https://cloud.githubusercontent .com/assets/10248067/11762945/5c302a36-a0bd-11e5-8e4e-0eee7cacbef1.png ' alt =' Backbone.Requests diagram ' >
113
113
</p >
114
114
115
115
Although the name is 'Requests,' you can just as easily request information as you can request that an action be completed. Just like HTTP,
You can’t perform that action at this time.
0 commit comments