(name, id, text, oc)
| 302 | }; |
| 303 | |
| 304 | var createButton = function(name, id, text, oc) { |
| 305 | if (Helper.toType(id) === "Object") { |
| 306 | return createItemButton.apply(this, arguments); |
| 307 | } else { |
| 308 | return createSimpleButton.apply(this, arguments); |
| 309 | } |
| 310 | }; |
| 311 | |
| 312 | var createPosition = function(name, e, oc) { |
| 313 | var s = cr('div', e.name, e.id, 'pos1'); |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…