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
父節點 f98cbb89f7
當前提交 483310097e

查看文件

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