aboutsummaryrefslogtreecommitdiffstats
path: root/docs/content/guide/compiler.ngdoc
diff options
context:
space:
mode:
Diffstat (limited to 'docs/content/guide/compiler.ngdoc')
-rw-r--r--docs/content/guide/compiler.ngdoc2
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">