updated for auth
This commit is contained in:
6
dist/lib/shred.bundle.js
vendored
6
dist/lib/shred.bundle.js
vendored
@@ -2131,10 +2131,10 @@ require.define("/shred/mixins/headers.js", function (require, module, exports, _
|
||||
// to `Content-Type`.
|
||||
|
||||
var corsetCase = function(string) {
|
||||
return string.toLowerCase()
|
||||
return string;//.toLowerCase()
|
||||
//.replace("_","-")
|
||||
.replace(/(^|-)(\w)/g,
|
||||
function(s) { return s.toUpperCase(); });
|
||||
// .replace(/(^|-)(\w)/g,
|
||||
// function(s) { return s.toUpperCase(); });
|
||||
};
|
||||
|
||||
// We suspect that `initializeHeaders` was once more complicated ...
|
||||
|
||||
Reference in New Issue
Block a user