Skip to content

Commit 8fd704e

Browse files
committed
Merge pull request #195 from sorich87/unused-variable
remove unused _this variable
2 parents 4b15419 + 7eb5c25 commit 8fd704e

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
@@ -26248,7 +26248,6 @@ angular.module('ionic.ui.virtRepeat', [])
2624826248
compile: function(element, attr, transclude) {
2624926249
return function($scope, $element, $attr, ctrls) {
2625026250
var virtualList = ctrls[1];
26251-
var _this = this;
2625226251

2625326252
virtualList.listView.renderViewport = function(high, low, start, end) {
2625426253
}

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)