diff options
| author | Igor Minar | 2012-03-27 08:10:43 -0700 | 
|---|---|---|
| committer | Igor Minar | 2012-03-28 16:30:31 -0700 | 
| commit | 13a95ae499661b70a9c24691ded709fbf1e90293 (patch) | |
| tree | 69d7c7861eeee82b880e8497d6815d7c708bbfb6 /src/ng/http.js | |
| parent | da9f4dfcf4f3d0c21821d8474ac0bb19a3c51415 (diff) | |
| download | angular.js-13a95ae499661b70a9c24691ded709fbf1e90293.tar.bz2 | |
style($http): remove redundant 'use strict' header
Diffstat (limited to 'src/ng/http.js')
| -rw-r--r-- | src/ng/http.js | 1 | 
1 files changed, 0 insertions, 1 deletions
| diff --git a/src/ng/http.js b/src/ng/http.js index e67dd496..460618e3 100644 --- a/src/ng/http.js +++ b/src/ng/http.js @@ -1,5 +1,4 @@  'use strict'; -'use strict';  /**   * Parse headers into key value object | 
