|
|
@ -1,7 +1,19 @@ |
|
|
|
/** |
|
|
|
* A chained class that sets most of the stylings of an element. |
|
|
|
* This file is part of the jps-like-websites lib |
|
|
|
* URL: https://git.labos.goip.de/chris/jpc-like-websites
|
|
|
|
* COPYRIGHT and LICENCE are owned by its creator Christian Martin |
|
|
|
* Copy, altering or distribution without the allowance of the owner are prohibited |
|
|
|
*/ |
|
|
|
|
|
|
|
/** |
|
|
|
* A chained class that sets most of the stylings of an element |
|
|
|
* Attributes: |
|
|
|
* _modifications: {Object} |
|
|
|
*/ |
|
|
|
class Modifier { |
|
|
|
/** |
|
|
|
* @property {Object} _modifications |
|
|
|
*/ |
|
|
|
_modifications; |
|
|
|
|
|
|
|
constructor() { |
|
|
|