diff options
| author | Misko Hevery | 2010-04-22 17:11:56 -0700 | 
|---|---|---|
| committer | Misko Hevery | 2010-04-22 17:11:56 -0700 | 
| commit | fe434307d15d697a5ffade51bad068f6443965b2 (patch) | |
| tree | 64ca5ea2afee38d79ac973ffad4bf6902d6449a6 /src/jqLite.js | |
| parent | 2a9669e1d853d4e18d2eb1f07e84ee5baec838c2 (diff) | |
| download | angular.js-fe434307d15d697a5ffade51bad068f6443965b2.tar.bz2 | |
tests work under jquery and without
Diffstat (limited to 'src/jqLite.js')
| -rw-r--r-- | src/jqLite.js | 4 | 
1 files changed, 0 insertions, 4 deletions
| diff --git a/src/jqLite.js b/src/jqLite.js index ec1c52d2..18589630 100644 --- a/src/jqLite.js +++ b/src/jqLite.js @@ -238,10 +238,6 @@ if (msie) {      },      trigger: function(type) { - -      if (nodeName(this) == 'INPUT' && (lowercase(this.attr('type')) == 'radio' || lowercase(this.attr('type')) == 'checkbox')) { -        this[0].checked = ! this[0].checked; -      }        this[0].fireEvent('on' + type);      }    }); | 
