From 7e009c5644b3c57c5cbc1934c9da097a5db06108 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonathan=20Hedr=C3=A9n?= Date: Mon, 26 May 2014 22:09:54 +0200 Subject: [PATCH] Updated tests. --- flight/flight-tests.ts | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/flight/flight-tests.ts b/flight/flight-tests.ts index 1bfe68d3a..c65db88aa 100644 --- a/flight/flight-tests.ts +++ b/flight/flight-tests.ts @@ -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' });