fix(document): accidental clobbering of document.getAttribute

Closes #877
This commit is contained in:
Misko Hevery 2012-04-13 14:49:50 -07:00
parent 666f326c5d
commit eafe15f54c

View file

@ -2,9 +2,6 @@
////////////////////////////////////
if (typeof document.getAttribute == 'undefined')
document.getAttribute = function() {};
/**
* @ngdoc function
* @name angular.lowercase