mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-07-01 15:50:13 +00:00
[ember] Relax observable tests - Fixes #28942
This commit is contained in:
@@ -24,7 +24,7 @@ class MyComponent extends EmberObject {
|
||||
removeObserver(this, 'foo', lambda);
|
||||
}
|
||||
|
||||
fooDidChange(sender: this, key: keyof this) {
|
||||
fooDidChange(sender: this, key: string) {
|
||||
// your code
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user