git ssb

1+

Matt McKegg / mutant



Commit a86cbf4be984227b8ca313252ed4b61f4e66eb04

proxy: fix defaultValue

Matt McKegg committed on 10/4/2016, 4:07:21 AM
Parent: 91e3d5d798ebcef85048597e9a56b9f579613469

Files changed

proxy.jschanged
proxy.jsView
@@ -48,8 +48,8 @@
4848 }
4949 }
5050
5151 function update () {
52- binder.value = resolve(source) || {}
52+ binder.value = resolve(source)
5353 return true
5454 }
5555 }

Built with git-ssb-web