Skip to content
This repository has been archived by the owner on Mar 13, 2018. It is now read-only.

Commit

Permalink
need to pass in PathObserver for bind()
Browse files Browse the repository at this point in the history
  • Loading branch information
frankiefu committed Dec 17, 2013
1 parent 111f91d commit 4ea96ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x-designable.html
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@
target.removeAttribute(name);
}
if (path) {
target.bind(name, this, path);
target.bind(name, new PathObserver(this, path));
}
},
// events
Expand Down

0 comments on commit 4ea96ca

Please sign in to comment.