remove unused _this variable

This commit is contained in:
Ulrich Sossou
2013-11-23 18:53:28 +01:00
parent 510c2db303
commit 7eb5c2582d
2 changed files with 0 additions and 2 deletions

View File

@@ -26253,7 +26253,6 @@ angular.module('ionic.ui.virtRepeat', [])
compile: function(element, attr, transclude) {
return function($scope, $element, $attr, ctrls) {
var virtualList = ctrls[1];
var _this = this;
virtualList.listView.renderViewport = function(high, low, start, end) {
}

View File

@@ -12,7 +12,6 @@ angular.module('ionic.ui.virtRepeat', [])
compile: function(element, attr, transclude) {
return function($scope, $element, $attr, ctrls) {
var virtualList = ctrls[1];
var _this = this;
virtualList.listView.renderViewport = function(high, low, start, end) {
}