diff --git a/src/alignment.js b/src/alignment.js index 72895ba..83d2276 100644 --- a/src/alignment.js +++ b/src/alignment.js @@ -1,5 +1,3 @@ - - /** * Enum providing common alignment rules */ diff --git a/src/arrangement.js b/src/arrangement.js index f7f970e..7b738c2 100644 --- a/src/arrangement.js +++ b/src/arrangement.js @@ -1,5 +1,3 @@ - - /** * Enum providing common alignment rules */ diff --git a/src/baseComponents.js b/src/baseComponents.js index 0946030..e736240 100644 --- a/src/baseComponents.js +++ b/src/baseComponents.js @@ -1,5 +1,3 @@ - - /** * Represents a Component (of an HTMLElement) that is capable of receiving input. * @extends Component diff --git a/src/builder.js b/src/builder.js index ac8cec0..b49e69d 100644 --- a/src/builder.js +++ b/src/builder.js @@ -1,5 +1,3 @@ - - /** * Method Collection with predefined HTMLElements */ diff --git a/src/color.js b/src/color.js index e18d34d..48c97e8 100644 --- a/src/color.js +++ b/src/color.js @@ -1,5 +1,3 @@ - - /** * A simple Color class for rgb set color values. * diff --git a/src/commonEvents.js b/src/commonEvents.js index 32514cf..ae981a4 100644 --- a/src/commonEvents.js +++ b/src/commonEvents.js @@ -1,5 +1,3 @@ - - /** * Enum to access common events */ diff --git a/src/component/Component.js b/src/component/Component.js index 2667c8a..51357c7 100644 --- a/src/component/Component.js +++ b/src/component/Component.js @@ -1,6 +1,3 @@ - - - /** * Represents the most basic and simple form of a Component. * It is mainly a collection of wrapper methods diff --git a/src/component/addStyleAndFunctions.js b/src/component/addStyleAndFunctions.js index 499a389..6834b6c 100644 --- a/src/component/addStyleAndFunctions.js +++ b/src/component/addStyleAndFunctions.js @@ -1,5 +1,3 @@ - - /** * @inheritdoc * @abstract diff --git a/src/component/modifiableComponent.js b/src/component/modifiableComponent.js index a4e658d..8face83 100644 --- a/src/component/modifiableComponent.js +++ b/src/component/modifiableComponent.js @@ -1,6 +1,3 @@ - - - /** * @inheritdoc * @extends ChildbearerComponent diff --git a/src/component/wrapperComponent.js b/src/component/wrapperComponent.js index 9d32e8e..4219b1a 100644 --- a/src/component/wrapperComponent.js +++ b/src/component/wrapperComponent.js @@ -1,5 +1,3 @@ - - /** * Represents the most basic and simple form of a Component. * It is mainly a collection of wrapper methods diff --git a/src/context.js b/src/context.js index 2d4ff23..ae83901 100644 --- a/src/context.js +++ b/src/context.js @@ -1,6 +1,3 @@ - - - /** * @todo Potentially class implementation could be removed entirely. * Since it (at the time being) is only working as a singleton anyway. diff --git a/src/context/extStore.js b/src/context/extStore.js index 757a5e9..a64fd88 100644 --- a/src/context/extStore.js +++ b/src/context/extStore.js @@ -1,5 +1,3 @@ - - /** * ESAggregation := Extensions Storage Aggregation (method) */ diff --git a/src/context/framework-controls.js b/src/context/framework-controls.js index 4e1b7c0..6db8fc1 100644 --- a/src/context/framework-controls.js +++ b/src/context/framework-controls.js @@ -1,5 +1,3 @@ - - /** * * @param {Array} extensions diff --git a/src/context/scriptAndStyleContext.js b/src/context/scriptAndStyleContext.js index d92d6fa..a5d71ea 100644 --- a/src/context/scriptAndStyleContext.js +++ b/src/context/scriptAndStyleContext.js @@ -1,5 +1,3 @@ - - /** * @abstract * Class adds function and style storing properties to the context (PageBuilder). diff --git a/src/context/webTrinity.js b/src/context/webTrinity.js index f938bf9..fbb5c1c 100644 --- a/src/context/webTrinity.js +++ b/src/context/webTrinity.js @@ -1,5 +1,3 @@ - - /** * Wenity := Web Trinity */ diff --git a/src/decorators/border.js b/src/decorators/border.js index b3fc042..f3983da 100644 --- a/src/decorators/border.js +++ b/src/decorators/border.js @@ -1,5 +1,3 @@ - - /** * */ diff --git a/src/decorators/dimensions.js b/src/decorators/dimensions.js index 86a10de..e9fa089 100644 --- a/src/decorators/dimensions.js +++ b/src/decorators/dimensions.js @@ -1,5 +1,3 @@ - - /** * Simple Dimensions container for the height and width in pixels. * diff --git a/src/decorators/shapes.js b/src/decorators/shapes.js index 595c8ff..0ae2f1f 100644 --- a/src/decorators/shapes.js +++ b/src/decorators/shapes.js @@ -1,5 +1,3 @@ - - /** * @extends DirectionUnitDependentAttribute * @inheritdoc diff --git a/src/decorators/siding.js b/src/decorators/siding.js index 3a83b2e..a7960d0 100644 --- a/src/decorators/siding.js +++ b/src/decorators/siding.js @@ -1,4 +1,3 @@ - /** * Enum providing predefined set of Size-Units */ diff --git a/src/extensions/extension.js b/src/extensions/extension.js index 6b33d30..daaa6f1 100644 --- a/src/extensions/extension.js +++ b/src/extensions/extension.js @@ -1,9 +1,3 @@ -/** - * This file is part of the jps-like-websites lib - * URL: https://git.labos.goip.de/chris/jpc-like-websites - * @copyright by its creator Christian Martin - */ - /** * Defines an extension that can be added to the jpclw-framework */ diff --git a/src/helper/twoDimPoint.js b/src/helper/twoDimPoint.js index 79b36a7..4cac818 100644 --- a/src/helper/twoDimPoint.js +++ b/src/helper/twoDimPoint.js @@ -1,4 +1,3 @@ - /** * Class containing two numbers. * Usually they represent coordinates, diff --git a/src/modifications/contextMenu.js b/src/modifications/contextMenu.js index 1925021..2508fd7 100644 --- a/src/modifications/contextMenu.js +++ b/src/modifications/contextMenu.js @@ -1,5 +1,3 @@ - - /** * Default implementation of a contextmenu-behaviour */ diff --git a/src/modifications/dragAndDrop.js b/src/modifications/dragAndDrop.js index 84fa903..0202837 100644 --- a/src/modifications/dragAndDrop.js +++ b/src/modifications/dragAndDrop.js @@ -1,5 +1,3 @@ - - const EventDrag = Object.freeze({ OVER: "over", START: "start",