Skip to content

Commit

Permalink
Upgrade to v0.37.8 before continue with 1.0 to identify deprecated AP…
Browse files Browse the repository at this point in the history
…Is (#110)
  • Loading branch information
stefanbuck authored and ruyadorno committed May 24, 2016
1 parent 04a2f08 commit 7f5fc8a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"babel-runtime": "^6.6.1",
"electron-compilers": "^2.0.5",
"electron-packager": "^5.2.0",
"electron-prebuilt": "0.36.4",
"electron-prebuilt": "0.37.8",
"eslint": "^1.10.2",
"eslint-plugin-react": "^3.10.0",
"minimist": "^1.1.1",
Expand Down
6 changes: 3 additions & 3 deletions src/browser/appwindow.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ function AppWindow(options) {
this.loadSettings = _.extend(this.loadSettings, options);

var windowOpts = {
'web-preferences': {
'subpixel-font-scaling': true,
'direct-write': true
webPreferences: {
subpixelFontScaling: true,
directWrite: true
}
};
windowOpts = _.extend(windowOpts, this.loadSettings);
Expand Down

0 comments on commit 7f5fc8a

Please sign in to comment.