Nuts, you sent that just as I turned off my computer last night... On 11/6/13 7:54 AM, "Erik de Bruin" <e...@ixsoftware.nl> wrote:
>I have spend the day running all JS files through JSHint and gjslint. >I fixed about 6 errors that emerged (vars not declared etc.) up, but I >also corrected all whitespace. It's a monster commit, if I get it >finished ;-) I have about 8 files to check in. What's the best strategy, wait for you and deal with merge issues? Lint the 8 files myself? > >Another issue: there is a rather large discrepancy between the class >structure on the AS side vs. the JS side. Case in point is the lack of >an IBeads interface on the JS side. I think the idea is to make the JS >side mirror the structure of the AS side as closely as possible? Because there wasn't interface support on JS, we didn't put in JS interface equivalents. Worth doing some day. > >And lastly (yeah, right... ;-)) how about the examples? Which ones are >working for you, either in debug mode or in both debug AND release >mode? I have DataBinding test working in debug and release. That's what the changes are I have pending. -Alex