File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -804,8 +804,8 @@ <h2 id="Events">Backbone.Events</h2>
804
804
< p id ="Events-once ">
805
805
< b class ="header "> once</ b > < code > object.once(event, callback, [context])</ code >
806
806
< br />
807
- Just like < a href ="#Events-on "> on</ a > , but causes the bound callback to only
808
- fire once before being removed. Handy for saying "the next time that X happens, do this".
807
+ Just like < a href ="#Events-on "> on</ a > , but causes the bound callback to fire
808
+ only once before being removed. Handy for saying "the next time that X happens, do this".
809
809
</ p >
810
810
811
811
< p id ="Events-listenTo ">
@@ -843,7 +843,7 @@ <h2 id="Events">Backbone.Events</h2>
843
843
< b class ="header "> listenToOnce</ b > < code > object.listenToOnce(other, event, callback)</ code >
844
844
< br />
845
845
Just like < a href ="#Events-listenTo "> listenTo</ a > , but causes the bound
846
- callback to only fire once before being removed.
846
+ callback to fire only once before being removed.
847
847
</ p >
848
848
849
849
< p id ="Events-catalog ">
@@ -2392,7 +2392,7 @@ <h2 id="History">Backbone.history</h2>
2392
2392
2393
2393
< p >
2394
2394
Because hash-based history in Internet Explorer relies on an
2395
- < tt > <iframe></ tt > , be sure to only call < tt > start()</ tt > after the DOM
2395
+ < tt > <iframe></ tt > , be sure to call < tt > start()</ tt > only after the DOM
2396
2396
is ready.
2397
2397
</ p >
2398
2398
You can’t perform that action at this time.
0 commit comments