diff options
Diffstat (limited to 'docs/src/templates/docs.js')
| -rw-r--r-- | docs/src/templates/docs.js | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/docs/src/templates/docs.js b/docs/src/templates/docs.js index 505aed60..7667391e 100644 --- a/docs/src/templates/docs.js +++ b/docs/src/templates/docs.js @@ -44,7 +44,7 @@ function DocsController($location, $browser, $window, $cookies) {      return page.section + '/' + page.id;    }; -  this.getCurrentPartial = function(){ +  this.getCurrentPartial = function() {      return this.partialId ? ('./partials/' + this.sectionId + '/' + this.partialId + '.html') : '';    }; | 
