mirror of
https://github.com/tenrok/axios.git
synced 2026-06-17 19:21:29 +03:00
Changing to file level use strict statement
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
'use strict';
|
||||
|
||||
var utils = require('./../utils');
|
||||
|
||||
/**
|
||||
@@ -14,7 +16,6 @@ var utils = require('./../utils');
|
||||
* @returns {Object} Headers parsed into an object
|
||||
*/
|
||||
module.exports = function parseHeaders(headers) {
|
||||
'use strict';
|
||||
var parsed = {}, key, val, i;
|
||||
|
||||
if (!headers) { return parsed; }
|
||||
|
||||
Reference in New Issue
Block a user