Skip to content

Commit 6d247cc

Browse files
committed
Comment out the options check in MiniUtilsTool constructor
1 parent a6c8f6b commit 6d247cc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

mini-a-utils.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ var MiniUtilsTool = function(options) {
1515
this._readWrite = false
1616
this._separator = String(java.io.File.separator)
1717
this._listNestedKeys = ["files", "dirs", "children", "items", "list", "entries", "content"]
18-
if (isDef(options)) {
18+
//if (isDef(options)) {
1919
this.init(options)
20-
}
20+
//}
2121
}
2222

2323
/**

0 commit comments

Comments
 (0)