mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-24 03:05:41 +00:00
chore(listeners) change quotes
This commit is contained in:
parent
eff3adae15
commit
9f881dbdd8
1 changed files with 1 additions and 1 deletions
|
|
@ -373,7 +373,7 @@ var Util, DOM, CloudCmd;
|
|||
}
|
||||
|
||||
function pop() {
|
||||
Events.add("popstate", function(event) {
|
||||
Events.add('popstate', function(event) {
|
||||
var path;
|
||||
|
||||
if (!event.state)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue