6eb759ba by Michael Richards

Merge branch 'fix-keypath-rejoin'

2 parents bc1446d8 c08bbe55
...@@ -152,7 +152,7 @@ class Rivets.View ...@@ -152,7 +152,7 @@ class Rivets.View
152 options.formatters = pipes 152 options.formatters = pipes
153 model = @models[splitPath.shift()] 153 model = @models[splitPath.shift()]
154 options.bypass = path.indexOf(":") != -1 154 options.bypass = path.indexOf(":") != -1
155 keypath = splitPath.join() 155 keypath = splitPath.join '.'
156 156
157 if model 157 if model
158 if dependencies = context.shift() 158 if dependencies = context.shift()
......