No need to use scoped_nsobject for id

This commit is contained in:
Cheng Zhao 2016-01-25 15:02:43 +08:00
parent 059d97e1aa
commit a83aee90e5
3 changed files with 23 additions and 11 deletions

View file

@ -307,6 +307,14 @@ someWindow.on('app-command', function(e, cmd) {
});
```
### Event: 'scroll-touch-begin' _OS X_
Emitted when scroll wheel event phase has begun.
### Event: 'scroll-touch-end' _OS X_
Emitted when scroll wheel event phase has ended.
## Methods
The `BrowserWindow` object has the following methods: