()
| 166 | |
| 167 | var curState, setStyle; |
| 168 | function pass() { |
| 169 | for (var i = arguments.length - 1; i >= 0; i--) curState.cc.push(arguments[i]); |
| 170 | } |
| 171 | function cont() { |
| 172 | pass.apply(null, arguments); |
| 173 | return true; |
no outgoing calls
no test coverage detected