add 'use strict';

There are no strict violations in this code, so it makes sense to let people who are examining the code know right up front that this code already meets many of the most important code quality standards and that no changes that decrease the code quality should be made.
Esse commit está contido em:
AJ ONeal 2015-10-07 11:05:12 -07:00
commit 483310097e

Ver arquivo

@ -1,3 +1,4 @@
'use strict';
var crypto = require('crypto');