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.
This commit is contained in:
AJ ONeal 2015-10-07 11:05:12 -07:00
parent f98cbb89f7
commit 483310097e

View File

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