Nikolay Suslov 7 년 전
부모
커밋
ef37283e2f
2개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      lib/nodejs/reflector.js
  2. 1 0
      lib/nodejs/vwf.js

+ 1 - 0
lib/nodejs/reflector.js

@@ -1,3 +1,4 @@
+"use strict";
 // reflector.js
 // 
 

+ 1 - 0
lib/nodejs/vwf.js

@@ -1,3 +1,4 @@
+"use strict";
 // vwf.js
 // This file contains the functions that handle the top level parsing and responses to
 // requests for the VWF nodeJS server.