From 9229dfb512510c440061a74a2e5e7f8a2397911d Mon Sep 17 00:00:00 2001 From: Alexander Yakovlev Date: Fri, 26 Feb 2016 20:21:07 +0700 Subject: [PATCH] removed a couple of ; --- lib/salet.coffee | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/salet.coffee b/lib/salet.coffee index 9008ddb..ea1c210 100644 --- a/lib/salet.coffee +++ b/lib/salet.coffee @@ -10,7 +10,7 @@ Function. When called on a Function, it's an alias for Function#call(); when called on a String, it only returns the string itself, discarding any input. ### -Function.prototype.fcall = Function.prototype.call; +Function.prototype.fcall = Function.prototype.call Boolean.prototype.fcall = () -> return this String.prototype.fcall = () -> @@ -241,7 +241,7 @@ class Salet @processOneLink(code) # We're done, so remove the stack to prevent future pushes. - @linkStack = null; + @linkStack = null # Scroll to the top of the new content. @view.endOutputTransaction()