Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

[19:42:21 CDT(-0500)] <pspaude> Hmm those lines were in there originally from when value could be dual.

[19:42:52 CDT(-0500)] <pspaude> Yeah I agree it is bizarre that is why I was scratching my head, I thought at first it was a conditional logic mistake, but two different people implemented it one for coachId and one for studentType id.

[19:43:17 CDT(-0500)] <pspaude> Originally : if ( this.get('coach') != null)

[19:43:20 CDT(-0500)] <pspaude> + {

[19:43:22 CDT(-0500)] <pspaude> + this.get('coach').id = value;

[19:43:24 CDT(-0500)] <pspaude> + }else{

[19:43:26 CDT(-0500)]

Wiki Markup
 &lt;pspaude&gt; +            this.set(&#039;coach&#039;,{&#034;id&#034;:value});

[19:43:28 CDT(-0500)] <pspaude> + }

[19:43:40 CDT(-0500)] <pspaude> So someone removed the bottom half.