mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-09 11:13:57 +08:00
Updated tests.
This commit is contained in:
@@ -4,8 +4,12 @@ declare var els: Element[];
|
||||
declare var mixinFn: Function;
|
||||
|
||||
function TestComponent() {
|
||||
var self: Flight.Component = this;
|
||||
|
||||
var self: Flight.Component = this;
|
||||
|
||||
self.attributes({
|
||||
fooSelector: '.bar'
|
||||
});
|
||||
|
||||
self.defaultAttrs({
|
||||
fooSelector: '.bar'
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user