From ecdb9a5688df3dc9c7c436574d5ec135354d11de Mon Sep 17 00:00:00 2001 From: Peter Bacon Darwin Date: Sat, 15 Feb 2014 20:46:50 +0000 Subject: docs(*): fix jshint issues in examples --- docs/content/guide/directive.ngdoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/content/guide/directive.ngdoc') diff --git a/docs/content/guide/directive.ngdoc b/docs/content/guide/directive.ngdoc index 95aae48f..6c81419a 100644 --- a/docs/content/guide/directive.ngdoc +++ b/docs/content/guide/directive.ngdoc @@ -791,7 +791,7 @@ element? $document.unbind('mousemove', mousemove); $document.unbind('mouseup', mouseup); } - } + }; }); @@ -829,7 +829,7 @@ to which tab is active. }; this.addPane = function(pane) { - if (panes.length == 0) { + if (panes.length === 0) { $scope.select(pane); } panes.push(pane); -- cgit v1.2.3