PaulKinlan / io-reader

Apache License 2.0
2 stars 0 forks source link

Non-deterministic order of script loading #21

Closed mahemoff closed 13 years ago

mahemoff commented 13 years ago

I think this maybe hits only the phone UI because FormFactor config pulls in two files - not just controller.js, but also my jquery.touch.js library (both in scripts/phone). It's a race condition - sometimes one gets eval'd first, sometimes the other gets eval'd first.