Skip to content

Commit 3fcc202

Browse files
committed
Merge pull request #182 from weaverryan/patch-release
Patch release for a 1.5.4 release
2 parents 247cd00 + 0765355 commit 3fcc202

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Command/RouterDebugExposedCommand.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ protected function configure()
3434

3535
$this
3636
->setName('fos:js-routing:debug')
37+
->setAliases(array()) // reset the aliases used by the parent command in Symfony 2.6+
3738
->setDescription('Displays currently exposed routes for an application')
3839
->setHelp(<<<EOF
3940
The <info>fos:js-routing:debug</info> command displays an application's routes which will be available via JavaScript.

Resources/js/router_test.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<title>Router Test</title>
66
</head>
77
<body>
8-
<script language="javascript" type="text/javascript" src="http://closure-library.googlecode.com/svn/trunk/closure/goog/base.js"></script>
8+
<script language="javascript" type="text/javascript" src="https://rawgit.com/google/closure-library/master/closure/goog/base.js"></script>
99
<script language="javascript" type="text/javascript" src="router.js"></script>
1010
<script language="javascript" type="text/javascript" src="router.test.js"></script>
1111
</body>

0 commit comments

Comments
 (0)