mirror of
https://github.com/mdbootstrap/mdb-ui-kit.git
synced 2025-03-12 07:45:46 +03:00
superfluous comments
This commit is contained in:
parent
5ca611a38d
commit
ec3d7ed815
|
@ -1,23 +1,7 @@
|
||||||
/**
|
/**
|
||||||
* Dynamically display style properties i.e. font
|
* Dynamically display style properties i.e. font
|
||||||
*/
|
*/
|
||||||
const Style = (($) => {
|
const Style = class {
|
||||||
|
|
||||||
/**
|
|
||||||
* ------------------------------------------------------------------------
|
|
||||||
* Constants
|
|
||||||
* ------------------------------------------------------------------------
|
|
||||||
*/
|
|
||||||
// const Default = {
|
|
||||||
// template: ``
|
|
||||||
// }
|
|
||||||
|
|
||||||
/**
|
|
||||||
* ------------------------------------------------------------------------
|
|
||||||
* Class Definition
|
|
||||||
* ------------------------------------------------------------------------
|
|
||||||
*/
|
|
||||||
class Style {
|
|
||||||
|
|
||||||
constructor() {
|
constructor() {
|
||||||
|
|
||||||
|
@ -60,11 +44,6 @@ const Style = (($) => {
|
||||||
writeFn($element, $(text))
|
writeFn($element, $(text))
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
return Style
|
|
||||||
|
|
||||||
})(jQuery)
|
|
||||||
|
|
||||||
export default Style
|
export default Style
|
||||||
|
|
Loading…
Reference in New Issue
Block a user