aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorMisko Hevery2012-04-13 14:49:50 -0700
committerMisko Hevery2012-04-20 11:29:33 -0700
commiteafe15f54c686d5c83f777fd319f4c568e209432 (patch)
tree1f657c6dc9f39123fa079353b20e11fe73e14a05 /src
parent666f326c5da82d34a99e5d61e68f2b1dc08edca9 (diff)
downloadangular.js-eafe15f54c686d5c83f777fd319f4c568e209432.tar.bz2
fix(document): accidental clobbering of document.getAttribute
Closes #877
Diffstat (limited to 'src')
-rw-r--r--src/Angular.js3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/Angular.js b/src/Angular.js
index 86a7fc1c..86689c0b 100644
--- a/src/Angular.js
+++ b/src/Angular.js
@@ -2,9 +2,6 @@
////////////////////////////////////
-if (typeof document.getAttribute == 'undefined')
- document.getAttribute = function() {};
-
/**
* @ngdoc function
* @name angular.lowercase