mirror of
https://github.com/jcreek/phldnhack.git
synced 2026-07-12 18:43:43 +00:00
8 lines
147 B
JavaScript
8 lines
147 B
JavaScript
Ractive.components.parent = Ractive.extend({
|
|
template:'#parent'
|
|
});
|
|
|
|
Ractive.components.teacher = Ractive.extend({
|
|
template:'#teacher'
|
|
});
|