(state)
| 5672 | } |
| 5673 | |
| 5674 | var loaded = function (state) { |
| 5675 | _fnImplementState(settings, state, callback) |
| 5676 | } |
| 5677 | |
| 5678 | var state = settings.fnStateLoadCallback.call(settings.oInstance, settings, loaded) |
| 5679 |
nothing calls this directly
no test coverage detected