Skip to content

Commit 4af537e

Browse files
committed
perf: enable strict mode
1 parent 741c51a commit 4af537e

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

HISTORY.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ unreleased
1515
- deps: on-finished@~2.3.0
1616
- perf: enable strict mode
1717
- perf: remove unnecessary array allocations
18+
* perf: enable strict mode
1819

1920
1.9.3 / 2015-05-14
2021
==================

index.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@
66
* MIT Licensed
77
*/
88

9+
'use strict'
10+
911
/**
1012
* Module dependencies.
1113
*/

0 commit comments

Comments
 (0)