cleaning up

This commit is contained in:
DadaMonad
2015-01-07 14:09:04 +00:00
parent d898136f64
commit af3cd2361a
7 changed files with 93 additions and 7 deletions

View File

@@ -28,6 +28,11 @@ Polymer "yatta-element",
if @val? and @val.type is "JsonType"
bindToChildren @
connectorChanged: ()->
if (not @val?)
@val = new Yatta @connector
bindToChildren @
Polymer "yatta-property",
ready: ()->
if @val? and @name?