Declare one variable per statement in protocol code example
This commit is contained in:
parent
bd1fd9680f
commit
2f4333b852
1 changed files with 2 additions and 2 deletions
|
@ -7,8 +7,8 @@ An example of implementing a protocol that has the same effect with the
|
|||
`file://` protocol:
|
||||
|
||||
```javascript
|
||||
var app = require('app'),
|
||||
path = require('path');
|
||||
var app = require('app');
|
||||
var path = require('path');
|
||||
|
||||
app.on('ready', function() {
|
||||
var protocol = require('protocol');
|
||||
|
|
Loading…
Reference in a new issue