MCPcopy Create free account
hub / github.com/codecombat/codecombat / _routeToRegExp

Method _routeToRegExp

app/core/Router.js:602–604  ·  view source on GitHub ↗
(route)

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected