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/compiler.ngdoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/content/guide/compiler.ngdoc') diff --git a/docs/content/guide/compiler.ngdoc b/docs/content/guide/compiler.ngdoc index d551456a..0a869a10 100644 --- a/docs/content/guide/compiler.ngdoc +++ b/docs/content/guide/compiler.ngdoc @@ -108,7 +108,7 @@ Here is a directive which makes any element draggable. Notice the `draggable` at $document.unbind('mousemove', mousemove); $document.unbind('mouseup', mouseup); } - } + }; }); -- cgit v1.2.3