jQuery: and fixed Sammy too

This commit is contained in:
John Reilly 2014-02-20 16:58:11 +00:00
parent 6fccc6e510
commit f4e9a367db

View File

@ -422,7 +422,7 @@ function test_misc() {
});
store = new Sammy.Store({ name: 'kvo' });
$('body').bind('set-kvo-foo', function (e, data) {
$('body').bind('set-kvo-foo', function (e, data?) {
Sammy.log(data.key + ' changed to ' + data.value);
});
store.set('foo', 'bar');