small fix
This commit is contained in:
parent
ee788b3507
commit
5ec7ea6d56
@ -38,7 +38,7 @@ class RefView < ListView
|
||||
def marker id
|
||||
var = Virtual.machine.objects[id]
|
||||
if var.is_a? String
|
||||
str "Wo"
|
||||
str = "Wo"
|
||||
else
|
||||
str = var.class.name.split("::").last[0,2]
|
||||
end
|
||||
|
Loading…
Reference in New Issue
Block a user