mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
jQuery: and fixed Sammy too
This commit is contained in:
parent
6fccc6e510
commit
f4e9a367db
@ -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');
|
||||
|
||||
Loading…
Reference in New Issue
Block a user