jsplink / tntjs

v 0.2.0
GNU General Public License v3.0
1 stars 1 forks source link

refactor libraries into finer-grained files #24

Open jsplink opened 9 years ago

jsplink commented 9 years ago

Instead of having multiple templates for multiple states, create individual form components.

jsplink commented 9 years ago

Separate out Form into a separate file called FormComponent which extends Component. Any editable component should in turn extend from FormComponent