Skip to content
This repository was archived by the owner on Sep 6, 2021. It is now read-only.

Commit 8c98023

Browse files
committed
Update DocumentCommandHandlers.js
1 parent 289344a commit 8c98023

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/document/DocumentCommandHandlers.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1637,7 +1637,7 @@ define(function (require, exports, module) {
16371637
// Defer for a more successful reload.
16381638
setTimeout(function(){
16391639
window.location.href = href;
1640-
},1000)
1640+
},1000);
16411641

16421642
});
16431643
}).fail(function () {

0 commit comments

Comments
 (0)