minor change
This commit is contained in:
@ -23,7 +23,7 @@ class FileTree < Tree::TreeNode
|
|||||||
end
|
end
|
||||||
private :folder_icon
|
private :folder_icon
|
||||||
|
|
||||||
def initialize(files)
|
def initialize(files = [])
|
||||||
super(root_label)
|
super(root_label)
|
||||||
files.each do |file|
|
files.each do |file|
|
||||||
parent = self
|
parent = self
|
||||||
|
Reference in New Issue
Block a user