-
Notifications
You must be signed in to change notification settings - Fork 18
Feature/basic core cleanup #33
base: develop
Are you sure you want to change the base?
Conversation
…utside the core app)
…cleanup Conflicts: gulp/scaffold/default.js
orioltf
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Green light from my side! :)
|
Same here, I like this a lot! |
| * @param {object} options - The options passed as data attribute in the Module | ||
| */ | ||
| constructor($element, _defaultData, _defaultOptions, data, options) { | ||
| this.name = this.constructor.name.toLowerCase(); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@backflip sure thing! Willing to!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@backflip just tried it in current project (didn't have a look in depth) without success. I think that removing this needs more check, so we probably need to test it in a clean project first.
…NCOREL-178-c_23-concordia-med-tasks-frontend to develop * commit '789fc86650b90e621156a9c0e99ad254a702f26e': CONCOREL-178: Make sure the phone number wraps below title if the text is long CONCOREL-178: Make sure tel number doesnt brake. Use svg instead of png file CONCOREL-178: Refine docs for concorMed Reuse transitionDefault global var CONCOREL-178: Refine ConcordiaMed styling. Add docs CONCOREL-178: ConcordiaMed basic structure and data
|
@christiansany, can you have a look at this when working on unic/estatico-nou#3? |
Additional to #32
Will move the registration of module classes out of the core EstaticoApp constructor. That core class should handle the app, but shouldn't be responsible for listing all modules.