File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ $(document).ready(function () {
34
34
deepEqual ( col . options , clone . options ) ;
35
35
} ) ;
36
36
37
- test ( "initialize " , function ( ) {
37
+ test ( "constructor " , function ( ) {
38
38
ok ( col . fullCollection instanceof Backbone . Collection ) ;
39
39
strictEqual ( col . url , "url" ) ;
40
40
strictEqual ( col . mode , "infinite" ) ;
Original file line number Diff line number Diff line change @@ -155,7 +155,7 @@ $(document).ready(function () {
155
155
strictEqual ( state . lastPage , 1 ) ;
156
156
} ) ;
157
157
158
- test ( "extend and initialize " , function ( ) {
158
+ test ( "extend and constructor " , function ( ) {
159
159
160
160
// test extending state and query params merge with defaults in prototype too
161
161
var col = new ( Backbone . PageableCollection . extend ( {
You can’t perform that action at this time.
0 commit comments