Skip to content

Commit

Permalink
style(collectionRepeat): remove test statement
Browse files Browse the repository at this point in the history
  • Loading branch information
ajoslin committed Feb 26, 2015
1 parent d27c5a3 commit 68800e3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion js/angular/directive/collectionRepeat.js
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,6 @@ function CollectionRepeatDirective($ionicCollectionManager, $parse, $window, $$r
}
}
function refreshDimensions() {
if (window.debug) debugger;
if (heightData.computed || widthData.computed) {
computeStyleDimensions();
}
Expand Down

0 comments on commit 68800e3

Please sign in to comment.