standardize by hand
This commit is contained in:
parent
e6698102c9
commit
2c3cacdc08
8 changed files with 16 additions and 15 deletions
|
@ -168,7 +168,7 @@ let wrapWebContents = function (webContents) {
|
|||
deprecate.event(webContents, 'page-title-set', 'page-title-updated', function (...args) {
|
||||
return this.emit.apply(this, ['page-title-set'].concat(args))
|
||||
})
|
||||
return webContents.printToPDF = function (options, callback) {
|
||||
webContents.printToPDF = function (options, callback) {
|
||||
var printingSetting
|
||||
printingSetting = {
|
||||
pageRage: [],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue