(baseUrl, newUrl, flexAppUrl)
| 213 | } |
| 214 | |
| 215 | function createState(baseUrl, newUrl, flexAppUrl) { |
| 216 | return { 'baseUrl': baseUrl, 'newUrl': newUrl, 'flexAppUrl': flexAppUrl, 'title': null }; |
| 217 | } |
| 218 | |
| 219 | /* Add a history entry to the browser. |
| 220 | * baseUrl: the portion of the location prior to the '#' |
no outgoing calls
no test coverage detected
searching dependent graphs…