Updated tests.

This commit is contained in:
Jonathan Hedrén
2014-05-26 22:09:54 +02:00
parent b98b49c0a9
commit 7e009c5644
+6 -2
View File
@@ -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'
});