mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-05-18 04:24:30 +08:00
jQuery: and fixed Sammy too
This commit is contained in:
@@ -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');
|
||||
|
||||
Reference in New Issue
Block a user