Skip to content

Commit 7eb5c25

Browse files
committed
remove unused _this variable
1 parent 510c2db commit 7eb5c25

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

dist/js/ionic-angular.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26253,7 +26253,6 @@ angular.module('ionic.ui.virtRepeat', [])
2625326253
compile: function(element, attr, transclude) {
2625426254
return function($scope, $element, $attr, ctrls) {
2625526255
var virtualList = ctrls[1];
26256-
var _this = this;
2625726256

2625826257
virtualList.listView.renderViewport = function(high, low, start, end) {
2625926258
}

js/ext/angular/src/directive/ionicVirtRepeat.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ angular.module('ionic.ui.virtRepeat', [])
1212
compile: function(element, attr, transclude) {
1313
return function($scope, $element, $attr, ctrls) {
1414
var virtualList = ctrls[1];
15-
var _this = this;
1615

1716
virtualList.listView.renderViewport = function(high, low, start, end) {
1817
}

0 commit comments

Comments
 (0)