aboutsummaryrefslogtreecommitdiffstats
path: root/docs/src
diff options
context:
space:
mode:
Diffstat (limited to 'docs/src')
-rw-r--r--docs/src/templates/docs.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/src/templates/docs.js b/docs/src/templates/docs.js
index de6130dc..b31a748d 100644
--- a/docs/src/templates/docs.js
+++ b/docs/src/templates/docs.js
@@ -27,7 +27,7 @@ function DocsController($location, $browser, $window, $cookies) {
var i = self.pages.length;
while (i--) {
if (self.pages[i].id == self.partialId) {
- self.partialTitle = self.pages[i].name
+ self.partialTitle = self.pages[i].name;
break;
}
}
@@ -36,7 +36,7 @@ function DocsController($location, $browser, $window, $cookies) {
delete self.partialId;
}
}
- })();
+ });
this.getUrl = function(page){
return '#!/' + page.section + '/' + page.id;