Sha256: 09409cc568a472e0df6290f9f199971e5dacf62e2b4d2fcfbe165dea092bdb47
Contents?: true
Size: 294 Bytes
Versions: 6
Compression:
Stored size: 294 Bytes
Contents
import ChildWorks from "geo_works/relationships/child_works" import ParentWorks from "geo_works/relationships/parent_works" export default class Initializer { constructor() { this.child_works = new ChildWorks('#child-works') this.parent_works = new ParentWorks('#parent-works') } }
Version data entries
6 entries across 6 versions & 1 rubygems