(route)
| 600 | } |
| 601 | |
| 602 | _routeToRegExp (route) { |
| 603 | return new RegExp(super._routeToRegExp(route), 'i') // make all routes case insensitive |
| 604 | } |
| 605 | |
| 606 | initialize () { |
| 607 | // http://nerds.airbnb.com/how-to-add-google-analytics-page-tracking-to-57536 |
nothing calls this directly
no outgoing calls
no test coverage detected