streams: use strict on _stream_wrap
authorBrendan Ashworth <brendan.ashworth@me.com>
Thu, 26 Mar 2015 22:20:27 +0000 (15:20 -0700)
committerYosuke Furukawa <yosuke.furukawa@gmail.com>
Fri, 27 Mar 2015 19:06:01 +0000 (04:06 +0900)
commitc8fa8ccdbc0af6d8782b97ff65ddc952a095eead
tree0315cac4b31b916318f92308e281553abeb5f1aa
parent77c2da10fd437c1b68b28b5b25e165140e198b31
streams: use strict on _stream_wrap

A Mostly Harmless™ change to enable 'use strict' mode in _stream_wrap, bringing it in line with /all/ the other modules.

PR-URL: https://github.com/iojs/io.js/pull/1279
Reviewed-By: Brian White (@mscdex) <mscdex@mscdex.net>
Reviewed-By: Roman Reiss (@silverwind) <me@silverwind.io>
Reviewed-By: Yosuke Furukawa (@yosuke-furukawa)
<yosuke.furukawa@gmail.com>
lib/_stream_wrap.js