refactor($location): remove redundant spaces

This commit is contained in:
Georgios Kalpakas
2014-10-09 18:03:20 +03:00
committed by Brian Ford
parent a4db4e6187
commit d1eec47cb8

View File

@@ -671,7 +671,7 @@ function $LocationProvider(){
} else if (isObject(mode)) {
if (isBoolean(mode.enabled)) {
html5Mode.enabled = mode.enabled;
html5Mode.enabled = mode.enabled;
}
if (isBoolean(mode.requireBase)) {
@@ -679,7 +679,7 @@ function $LocationProvider(){
}
if (isBoolean(mode.rewriteLinks)) {
html5Mode.rewriteLinks = mode.rewriteLinks;
html5Mode.rewriteLinks = mode.rewriteLinks;
}
return this;