having div here is invalid li can only be in a list

This commit is contained in:
Jon Rohan 2012-12-24 17:03:12 -08:00
parent f27d84a7f0
commit 29c3c9f0a9

View File

@ -27,7 +27,7 @@ class TreeView extends ScrollView
@instance.serialize()
@content: (rootView) ->
@div class: 'tree-view tool-panel', tabindex: -1
@ol class: 'tree-view tool-panel', tabindex: -1
@deserialize: (state, rootView) ->
treeView = new TreeView(rootView)