1 // Copyright 2015 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
5 /** @fileoverview Externs for MoreRouting */
13 * @param {string|Object} pathOrName
14 * @param {Object=} opt_params
16 MoreRouting
.navigateTo = function(pathOrName
, opt_params
) {};
19 * @param {string} route
21 MoreRouting
.urlFor = function(route
) {};