This commit is contained in:
Kevin Jahns
2014-09-29 15:28:44 +02:00
parent 631bf47a96
commit 5cb7951d44
50 changed files with 382 additions and 163 deletions

View File

@@ -76,8 +76,8 @@ class JsonFramework
#
# @see JsonType.val
#
val : (name, content, mutable)->
@getSharedObject().val(name, content, mutable)
val : ()->
@getSharedObject().val arguments...
#
# @see Operation.on