Bad console.log, Bad!

This commit is contained in:
Max Lynch
2013-12-12 14:38:19 -06:00
parent 37c6ac81ac
commit edeac3321a
3 changed files with 1 additions and 3 deletions

1
dist/js/ionic.js vendored
View File

@@ -2639,7 +2639,6 @@ ionic.views.Scroll = ionic.views.View.inherit({
if ('ontouchstart' in window) {
container.addEventListener("touchstart", function(e) {
console.log('TOUCHSTART');
// Don't react if initial down happens on a form element
if (e.target.tagName.match(/input|textarea|select/i)) {
return;

View File

@@ -132,7 +132,7 @@
.controller('AppCtrl', function($scope, $compile, $timeout, $element) {
$scope.items = [];
for(var i = 0; i < 10; i++) {
for(var i = 0; i < 70; i++) {
$scope.items.push({
});
}

View File

@@ -572,7 +572,6 @@ ionic.views.Scroll = ionic.views.View.inherit({
if ('ontouchstart' in window) {
container.addEventListener("touchstart", function(e) {
console.log('TOUCHSTART');
// Don't react if initial down happens on a form element
if (e.target.tagName.match(/input|textarea|select/i)) {
return;