bump: 3.7.2
This commit is contained in:
parent
26db33dc31
commit
bb815cb2d4
3 changed files with 8 additions and 4 deletions
|
|
@ -666,8 +666,7 @@ function get (url, hasBar) {
|
|||
var result = cache[url] = {
|
||||
content: target.response,
|
||||
opt: {
|
||||
updatedAt: xhr.getResponseHeader('last-modified') ||
|
||||
xhr.getResponseHeader('expires')
|
||||
updatedAt: xhr.getResponseHeader('last-modified')
|
||||
}
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue