Skip to content
This repository was archived by the owner on Nov 19, 2024. It is now read-only.

Commit e8e4101

Browse files
committed
Fixing jslint errors
1 parent f2a6277 commit e8e4101

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

src/guides/v2.3/performance-best-practices/samples/build.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -501,4 +501,4 @@
501501
]
502502
}
503503
]
504-
})
504+
})()

src/guides/v2.3/performance-best-practices/samples/deps.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
'use strict'
22
const page = require('webpage').create()
33
const system = require('system')
4+
const phantom = require('phantomjs')
5+
46
let address
57
if (system.args.length === 1) {
68
console.log('Usage: $phantomjs deps.js url')

0 commit comments

Comments
 (0)