(baseUrl, newUrl, flexAppUrl)
| 204 | } |
| 205 | |
| 206 | function createState(baseUrl, newUrl, flexAppUrl) { |
| 207 | return { 'baseUrl': baseUrl, 'newUrl': newUrl, 'flexAppUrl': flexAppUrl, 'title': null }; |
| 208 | } |
| 209 | |
| 210 | /* Add a history entry to the browser. |
| 211 | * baseUrl: the portion of the location prior to the '#' |
no outgoing calls
no test coverage detected
searching dependent graphs…