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()