1
0
Fork 0
mirror of https://gitlab.com/Oreolek/salet.git synced 2024-07-02 06:45:06 +03:00

removed a couple of ;

This commit is contained in:
Alexander Yakovlev 2016-02-26 20:21:07 +07:00
parent f9fd118b6f
commit 9229dfb512

View file

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