Skip to content

Commit

Permalink
Merge pull request adobe#1368 from adobe/glenn/reload
Browse files Browse the repository at this point in the history
Reload Brackets now forces a reload of all files.
  • Loading branch information
redmunds committed Aug 15, 2012
2 parents b6f71d6 + b1909ef commit 2947029
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/document/DocumentCommandHandlers.js
Expand Up @@ -730,7 +730,7 @@ define(function (require, exports, module) {
/** Does a full reload of the browser window */
function handleFileReload(commandData) {
return _handleWindowGoingAway(commandData, function () {
window.location.reload();
window.location.reload(true);
});
}

Expand Down

0 comments on commit 2947029

Please sign in to comment.