Skip to content

Commit

Permalink
fix(document): accidental clobbering of document.getAttribute
Browse files Browse the repository at this point in the history
  • Loading branch information
mhevery committed Apr 20, 2012
1 parent 666f326 commit eafe15f
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/Angular.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,6 @@

////////////////////////////////////

if (typeof document.getAttribute == 'undefined')
document.getAttribute = function() {};

/**
* @ngdoc function
* @name angular.lowercase
Expand Down

0 comments on commit eafe15f

Please sign in to comment.