Skip to content

Commit

Permalink
Removing id for default window
Browse files Browse the repository at this point in the history
  • Loading branch information
Cong Liu committed Mar 9, 2016
1 parent 7fee480 commit 6d6c9d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chrome/browser/resources/nwjs/default.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
//console.log("NWJS/DEFAULT.JS");
var manifest = chrome.runtime.getManifest();
var options = {'id': '.main'};
var options = {};
var title = null;
if (manifest.window) {
options.innerBounds = {};
Expand Down

0 comments on commit 6d6c9d7

Please sign in to comment.