From c7ba13c27595537984620c567399a68939201fd3 Mon Sep 17 00:00:00 2001 From: Dima Granetchi Date: Thu, 13 Nov 2014 18:48:46 +0200 Subject: [PATCH] minor --- test/BaseTest.hx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/test/BaseTest.hx b/test/BaseTest.hx index 36b6d24..2bd3480 100644 --- a/test/BaseTest.hx +++ b/test/BaseTest.hx @@ -294,7 +294,7 @@ class BaseTest extends BuddySuite { } } -@:bindable + class Bindable1 implements bindx.IBindable { @:bindable(lazySignal=true) @@ -303,9 +303,6 @@ class Bindable1 implements bindx.IBindable { @:bindable(lazySignal=false) public var str2:String; - public function new() { - } - @:bindable(lazySignal=true) public function bind() { } @@ -313,4 +310,7 @@ class Bindable1 implements bindx.IBindable { @:bindable(lazySignal=false) public function bind2() { } + + public function new() { + } } \ No newline at end of file