|
@@ -1021,9 +1021,9 @@ Response.prototype.setHeaderProperties = function(header){
|
|
|
|
|
|
/**
|
|
|
* Force given parser
|
|
|
- *
|
|
|
+ *
|
|
|
* Sets the body parser no matter type.
|
|
|
- *
|
|
|
+ *
|
|
|
* @param {Function}
|
|
|
* @api public
|
|
|
*/
|
|
@@ -2002,7 +2002,7 @@ Emitter.prototype.hasListeners = function(event){
|
|
|
* TODO: combatible error handling?
|
|
|
*/
|
|
|
|
|
|
-module.exports = function(arr, fn, initial){
|
|
|
+module.exports = function(arr, fn, initial){
|
|
|
var idx = 0;
|
|
|
var len = arr.length;
|
|
|
var curr = arguments.length == 3
|
|
@@ -2012,7 +2012,7 @@ module.exports = function(arr, fn, initial){
|
|
|
while (idx < len) {
|
|
|
curr = fn.call(null, curr, arr[idx], ++idx, arr);
|
|
|
}
|
|
|
-
|
|
|
+
|
|
|
return curr;
|
|
|
};
|
|
|
},{}],14:[function(require,module,exports){
|