diff options
Diffstat (limited to 'docs/content/guide/compiler.ngdoc')
| -rw-r--r-- | docs/content/guide/compiler.ngdoc | 2 | 
1 files changed, 1 insertions, 1 deletions
| 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);            } -        } +        };        });    </file>    <file name="index.html"> | 
