Skip to content

Commit

Permalink
- die double quotes.
Browse files Browse the repository at this point in the history
  • Loading branch information
kamicane committed Jun 18, 2009
1 parent d981818 commit adcdcb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/Request/Request.js
Expand Up @@ -138,7 +138,7 @@ var Request = new Class({
}

if (this.options.noCache){
var noCache = "noCache=" + new Date().getTime();
var noCache = 'noCache=' + new Date().getTime();
data = (data) ? noCache + '&' + data : noCache;
}

Expand Down

1 comment on commit adcdcb6

@liquid1982
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

SuperHero!

Please sign in to comment.