mirror of
https://github.com/mdbootstrap/mdb-ui-kit.git
synced 2025-03-11 15:25: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
|
||||
*/
|
||||
const Style = (($) => {
|
||||
|
||||
/**
|
||||
* ------------------------------------------------------------------------
|
||||
* Constants
|
||||
* ------------------------------------------------------------------------
|
||||
*/
|
||||
// const Default = {
|
||||
// template: ``
|
||||
// }
|
||||
|
||||
/**
|
||||
* ------------------------------------------------------------------------
|
||||
* Class Definition
|
||||
* ------------------------------------------------------------------------
|
||||
*/
|
||||
class Style {
|
||||
const Style = class {
|
||||
|
||||
constructor() {
|
||||
|
||||
|
@ -62,9 +46,4 @@ const Style = (($) => {
|
|||
}
|
||||
}
|
||||
|
||||
|
||||
return Style
|
||||
|
||||
})(jQuery)
|
||||
|
||||
export default Style
|
||||
|
|
Loading…
Reference in New Issue
Block a user