... | ... |
@@ -103,12 +103,4 @@ var displayClass = { |
103 | 103 |
} |
104 | 104 |
} |
105 | 105 |
}, |
106 |
- |
|
107 |
- showGroup : func (groups) { |
|
108 |
- if (typeof(groups) != 'vector') |
|
109 |
- groups = [ groups ]; |
|
110 |
- foreach (var g; groups) { |
|
111 |
- me.screen.getElementById(g).show(); |
|
112 |
- } |
|
113 |
- }, |
|
114 | 106 |
}; |