Documentation fix: run_callback is defined, not called.

This commit is contained in:
Jason Tu 2013-08-19 16:30:36 -04:00
parent e57b0c1126
commit d5599825e9

View File

@ -1439,7 +1439,7 @@ my_object = {
write: => print "the value:", @value
}
run_callback (func) ->
run_callback = (func) ->
print "running callback..."
func!