Commit c2f7894e authored by Randall Leeds's avatar Randall Leeds

Fix typo

parent e559cecd
......@@ -41,7 +41,7 @@ DeepCountController = [
parent.count key, delta
else
# Debounce digests from the top.
if cancelFrame then __cancelFrame()
if cancelFrame then cancelFrame()
cancelFrame = render ->
$scope.$digest()
cancelFrame = null
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment