ciscoheat / mithril-hx

Haxe externs for Mithril (JS MVC framework)
181 stars 12 forks source link

Error when using mithril 0.27.0 #24

Closed RudolfVonKrugstein closed 8 years ago

RudolfVonKrugstein commented 8 years ago

Hey,

I just upgraded von mithril 0.25.6, now I get this error in my program:

Uncaught ReferenceError: $hxClasses is not defined

I am using haxe 3.2.1

RudolfVonKrugstein commented 8 years ago

Happens with the example from the README.md too

RudolfVonKrugstein commented 8 years ago

This commit: 0a2334ea696f7c8ed78565265bfa0651b6fe5ec4 does not fix it for me

ciscoheat commented 8 years ago

Ok, using try/catch instead, so it should be fixed now in 0.27.2.

RudolfVonKrugstein commented 8 years ago

oh, wow, that was fast. I thought I was mistaken, and it suddenly worked. Byt you already commit the fix :-). It works now! Thanks!

ciscoheat commented 8 years ago

No problem :)