Permalink
Browse files
Remove unneded context argument
- Loading branch information...
Showing
with
1 addition
and
3 deletions.
-
+1
−3
src/loading.js
|
@@ -365,9 +365,7 @@ inheritVars.collection.loading = function() { |
|
|
}
|
|
|
item = instance;
|
|
|
} else {
|
|
|
- item = this.renderTemplate(loadingTemplate, {
|
|
|
- collection: this.collection
|
|
|
- });
|
|
|
+ item = this.renderTemplate(loadingTemplate);
|
|
|
}
|
|
|
var index = loadingPlacement
|
|
|
? loadingPlacement.call(this)
|
|
|
0 comments on commit
21d052d