mirror of
https://github.com/leafo/moonscript.git
synced 2024-11-22 02:44:23 +00:00
Documentation fix: run_callback is defined, not called.
This commit is contained in:
parent
e57b0c1126
commit
d5599825e9
@ -1439,7 +1439,7 @@ my_object = {
|
||||
write: => print "the value:", @value
|
||||
}
|
||||
|
||||
run_callback (func) ->
|
||||
run_callback = (func) ->
|
||||
print "running callback..."
|
||||
func!
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user