diff --git a/3D/Loader/ObjLoader.js b/3D/Loader/ObjLoader.js index 46a9d45..89250ee 100644 --- a/3D/Loader/ObjLoader.js +++ b/3D/Loader/ObjLoader.js @@ -5,7 +5,8 @@ * @author Dennis Eichhorn * @copyright 2013 Dennis Eichhorn * @license OMS License 1.0 - * @version 1.0.0 * @since 1.0.0 + * @version 1.0.0 + * @since 1.0.0 */ (function (jsOMS) { diff --git a/Account/AccountManager.js b/Account/AccountManager.js index 3cd173a..2f0002e 100644 --- a/Account/AccountManager.js +++ b/Account/AccountManager.js @@ -5,7 +5,8 @@ * @author Dennis Eichhorn * @copyright 2013 Dennis Eichhorn * @license OMS License 1.0 - * @version 1.0.0 * @since 1.0.0 + * @version 1.0.0 + * @since 1.0.0 */ (function (jsOMS) { diff --git a/Account/AccountType.enum.js b/Account/AccountType.enum.js index 8b0c229..26a8a88 100644 --- a/Account/AccountType.enum.js +++ b/Account/AccountType.enum.js @@ -5,7 +5,8 @@ * @author Dennis Eichhorn * @copyright 2013 Dennis Eichhorn * @license OMS License 1.0 - * @version 1.0.0 * @since 1.0.0 + * @version 1.0.0 + * @since 1.0.0 */ (function (jsOMS) { diff --git a/Animation/Animation.js b/Animation/Animation.js index 0e83320..e5fabe4 100644 --- a/Animation/Animation.js +++ b/Animation/Animation.js @@ -5,7 +5,8 @@ * @author Dennis Eichhorn * @copyright 2013 Dennis Eichhorn * @license OMS License 1.0 - * @version 1.0.0 * @since 1.0.0 + * @version 1.0.0 + * @since 1.0.0 */ (function (jsOMS) { diff --git a/Animation/Canvas/Particle.js b/Animation/Canvas/Particle.js index 2b714f9..64f59e5 100644 --- a/Animation/Canvas/Particle.js +++ b/Animation/Canvas/Particle.js @@ -5,7 +5,8 @@ * @author Dennis Eichhorn * @copyright 2013 Dennis Eichhorn * @license OMS License 1.0 - * @version 1.0.0 * @since 1.0.0 + * @version 1.0.0 + * @since 1.0.0 */ (function (jsOMS) { diff --git a/Animation/Canvas/ParticleAnimation.js b/Animation/Canvas/ParticleAnimation.js index 2f4f0d0..9526c82 100644 --- a/Animation/Canvas/ParticleAnimation.js +++ b/Animation/Canvas/ParticleAnimation.js @@ -5,7 +5,8 @@ * @author Dennis Eichhorn * @copyright 2013 Dennis Eichhorn * @license OMS License 1.0 - * @version 1.0.0 * @since 1.0.0 + * @version 1.0.0 + * @since 1.0.0 */ (function (jsOMS) { diff --git a/Asset/AssetManager.js b/Asset/AssetManager.js index 6eb2bbb..cb75d4d 100644 --- a/Asset/AssetManager.js +++ b/Asset/AssetManager.js @@ -5,7 +5,8 @@ * @author Dennis Eichhorn * @copyright 2013 Dennis Eichhorn * @license OMS License 1.0 - * @version 1.0.0 * @since 1.0.0 + * @version 1.0.0 + * @since 1.0.0 */ (function (jsOMS) { diff --git a/Auth/Auth.js b/Auth/Auth.js index f1964fa..536db01 100644 --- a/Auth/Auth.js +++ b/Auth/Auth.js @@ -5,7 +5,8 @@ * @author Dennis Eichhorn * @copyright 2013 Dennis Eichhorn * @license OMS License 1.0 - * @version 1.0.0 * @since 1.0.0 + * @version 1.0.0 + * @since 1.0.0 */ (function (jsOMS) { diff --git a/Autoloader.js b/Autoloader.js index c27b308..36f4c54 100644 --- a/Autoloader.js +++ b/Autoloader.js @@ -5,7 +5,8 @@ * @author Dennis Eichhorn * @copyright 2013 Dennis Eichhorn * @license OMS License 1.0 - * @version 1.0.0 * @since 1.0.0 + * @version 1.0.0 + * @since 1.0.0 */ (function (jsOMS) { diff --git a/Config/Options.js b/Config/Options.js index e9f4634..efc6346 100644 --- a/Config/Options.js +++ b/Config/Options.js @@ -5,7 +5,8 @@ * @author Dennis Eichhorn * @copyright 2013 Dennis Eichhorn * @license OMS License 1.0 - * @version 1.0.0 * @since 1.0.0 + * @version 1.0.0 + * @since 1.0.0 */ (function (jsOMS) { diff --git a/DataStorage/CookieJar.js b/DataStorage/CookieJar.js index 43bd0e4..c523cbc 100644 --- a/DataStorage/CookieJar.js +++ b/DataStorage/CookieJar.js @@ -5,7 +5,8 @@ * @author Dennis Eichhorn * @copyright 2013 Dennis Eichhorn * @license OMS License 1.0 - * @version 1.0.0 * @since 1.0.0 + * @version 1.0.0 + * @since 1.0.0 */ (function (jsOMS) { diff --git a/DataStorage/LocalStorage.js b/DataStorage/LocalStorage.js index 09cb313..6c70db6 100644 --- a/DataStorage/LocalStorage.js +++ b/DataStorage/LocalStorage.js @@ -5,7 +5,8 @@ * @author Dennis Eichhorn * @copyright 2013 Dennis Eichhorn * @license OMS License 1.0 - * @version 1.0.0 * @since 1.0.0 + * @version 1.0.0 + * @since 1.0.0 */ (function (jsOMS) { diff --git a/Event/EventManager.js b/Event/EventManager.js index 96a2ac7..8f8497e 100644 --- a/Event/EventManager.js +++ b/Event/EventManager.js @@ -7,7 +7,8 @@ * @author Dennis Eichhorn * @copyright Dennis Eichhorn * @license OMS License 1.0 - * @version 1.0.0 * @since 1.0.0 + * @version 1.0.0 + * @since 1.0.0 */ (function (jsOMS) { diff --git a/Log/LogLevel.enum.js b/Log/LogLevel.enum.js index 18dbadd..d7f7de9 100644 --- a/Log/LogLevel.enum.js +++ b/Log/LogLevel.enum.js @@ -5,7 +5,8 @@ * @author Dennis Eichhorn * @copyright 2013 Dennis Eichhorn * @license OMS License 1.0 - * @version 1.0.0 * @since 1.0.0 + * @version 1.0.0 + * @since 1.0.0 */ (function (jsOMS) { diff --git a/Log/Logger.js b/Log/Logger.js index 11ca328..230b21f 100644 --- a/Log/Logger.js +++ b/Log/Logger.js @@ -5,7 +5,8 @@ * @author Dennis Eichhorn * @copyright 2013 Dennis Eichhorn * @license OMS License 1.0 - * @version 1.0.0 * @since 1.0.0 + * @version 1.0.0 + * @since 1.0.0 */ (function (jsOMS) { diff --git a/Math/Stochastic/Average.js b/Math/Stochastic/Average.js index 1046e16..4bced2d 100644 --- a/Math/Stochastic/Average.js +++ b/Math/Stochastic/Average.js @@ -5,7 +5,8 @@ * @author Dennis Eichhorn * @copyright 2013 Dennis Eichhorn * @license OMS License 1.0 - * @version 1.0.0 * @since 1.0.0 + * @version 1.0.0 + * @since 1.0.0 */ (function (jsOMS) { diff --git a/Math/Stochastic/Forecast/LinearRegression.js b/Math/Stochastic/Forecast/LinearRegression.js index 187b862..24f8860 100644 --- a/Math/Stochastic/Forecast/LinearRegression.js +++ b/Math/Stochastic/Forecast/LinearRegression.js @@ -5,7 +5,8 @@ * @author Dennis Eichhorn * @copyright 2013 Dennis Eichhorn * @license OMS License 1.0 - * @version 1.0.0 * @since 1.0.0 + * @version 1.0.0 + * @since 1.0.0 */ (function (jsOMS) { diff --git a/Message/Notification/Browser/BrowserNotification.js b/Message/Notification/Browser/BrowserNotification.js index 7b7ce97..1c8a412 100644 --- a/Message/Notification/Browser/BrowserNotification.js +++ b/Message/Notification/Browser/BrowserNotification.js @@ -5,7 +5,8 @@ * @author Dennis Eichhorn * @copyright 2013 Dennis Eichhorn * @license OMS License 1.0 - * @version 1.0.0 * @since 1.0.0 + * @version 1.0.0 + * @since 1.0.0 */ (function (jsOMS) { diff --git a/Message/Request/BrowserType.enum.js b/Message/Request/BrowserType.enum.js index 6bd7005..5e0f981 100644 --- a/Message/Request/BrowserType.enum.js +++ b/Message/Request/BrowserType.enum.js @@ -5,7 +5,8 @@ * @author Dennis Eichhorn * @copyright 2013 Dennis Eichhorn * @license OMS License 1.0 - * @version 1.0.0 * @since 1.0.0 + * @version 1.0.0 + * @since 1.0.0 */ (function (jsOMS) { diff --git a/Message/Request/OSType.enum.js b/Message/Request/OSType.enum.js index 9d14fa6..de6317e 100644 --- a/Message/Request/OSType.enum.js +++ b/Message/Request/OSType.enum.js @@ -5,7 +5,8 @@ * @author Dennis Eichhorn * @copyright 2013 Dennis Eichhorn * @license OMS License 1.0 - * @version 1.0.0 * @since 1.0.0 + * @version 1.0.0 + * @since 1.0.0 */ (function (jsOMS) { diff --git a/Message/Request/Request.js b/Message/Request/Request.js index 5972943..659090a 100644 --- a/Message/Request/Request.js +++ b/Message/Request/Request.js @@ -5,7 +5,8 @@ * @author Dennis Eichhorn * @copyright 2013 Dennis Eichhorn * @license OMS License 1.0 - * @version 1.0.0 * @since 1.0.0 + * @version 1.0.0 + * @since 1.0.0 */ (function (jsOMS) { diff --git a/Message/Request/RequestData.enum.js b/Message/Request/RequestData.enum.js index 81ef04a..8ba236a 100644 --- a/Message/Request/RequestData.enum.js +++ b/Message/Request/RequestData.enum.js @@ -5,7 +5,8 @@ * @author Dennis Eichhorn * @copyright 2013 Dennis Eichhorn * @license OMS License 1.0 - * @version 1.0.0 * @since 1.0.0 + * @version 1.0.0 + * @since 1.0.0 */ (function (jsOMS) { diff --git a/Message/Request/RequestMethod.enum.js b/Message/Request/RequestMethod.enum.js index 60360f7..95aaaed 100644 --- a/Message/Request/RequestMethod.enum.js +++ b/Message/Request/RequestMethod.enum.js @@ -5,7 +5,8 @@ * @author Dennis Eichhorn * @copyright 2013 Dennis Eichhorn * @license OMS License 1.0 - * @version 1.0.0 * @since 1.0.0 + * @version 1.0.0 + * @since 1.0.0 */ (function (jsOMS) { diff --git a/Message/Request/RequestType.enum.js b/Message/Request/RequestType.enum.js index 401ec64..16bfc15 100644 --- a/Message/Request/RequestType.enum.js +++ b/Message/Request/RequestType.enum.js @@ -5,7 +5,8 @@ * @author Dennis Eichhorn * @copyright 2013 Dennis Eichhorn * @license OMS License 1.0 - * @version 1.0.0 * @since 1.0.0 + * @version 1.0.0 + * @since 1.0.0 */ (function (jsOMS) { diff --git a/Message/Response/Response.js b/Message/Response/Response.js index 37b3304..67dfbdb 100644 --- a/Message/Response/Response.js +++ b/Message/Response/Response.js @@ -7,7 +7,8 @@ * @author Dennis Eichhorn * @copyright 2013 Dennis Eichhorn * @license OMS License 1.0 - * @version 1.0.0 * @since 1.0.0 + * @version 1.0.0 + * @since 1.0.0 */ (function (jsOMS) { diff --git a/Message/Response/ResponseManager.js b/Message/Response/ResponseManager.js index 51c2ff8..27f6527 100644 --- a/Message/Response/ResponseManager.js +++ b/Message/Response/ResponseManager.js @@ -7,7 +7,8 @@ * @author Dennis Eichhorn * @copyright 2013 Dennis Eichhorn * @license OMS License 1.0 - * @version 1.0.0 * @since 1.0.0 + * @version 1.0.0 + * @since 1.0.0 */ (function (jsOMS) { diff --git a/Message/Response/ResponseResultType.enum.js b/Message/Response/ResponseResultType.enum.js index f341150..4c75821 100644 --- a/Message/Response/ResponseResultType.enum.js +++ b/Message/Response/ResponseResultType.enum.js @@ -5,7 +5,8 @@ * @author Dennis Eichhorn * @copyright 2013 Dennis Eichhorn * @license OMS License 1.0 - * @version 1.0.0 * @since 1.0.0 + * @version 1.0.0 + * @since 1.0.0 */ (function (jsOMS) { diff --git a/Message/Response/ResponseType.enum.js b/Message/Response/ResponseType.enum.js index 87fb6da..a4fd7af 100644 --- a/Message/Response/ResponseType.enum.js +++ b/Message/Response/ResponseType.enum.js @@ -5,7 +5,8 @@ * @author Dennis Eichhorn * @copyright 2013 Dennis Eichhorn * @license OMS License 1.0 - * @version 1.0.0 * @since 1.0.0 + * @version 1.0.0 + * @since 1.0.0 */ (function (jsOMS) { diff --git a/Module/ModuleFactory.js b/Module/ModuleFactory.js index 7f48ca2..28593a9 100644 --- a/Module/ModuleFactory.js +++ b/Module/ModuleFactory.js @@ -5,7 +5,8 @@ * @author Dennis Eichhorn * @copyright 2013 Dennis Eichhorn * @license OMS License 1.0 - * @version 1.0.0 * @since 1.0.0 + * @version 1.0.0 + * @since 1.0.0 */ (function (jsOMS) { diff --git a/Module/ModuleManager.js b/Module/ModuleManager.js index dc11615..aca8234 100644 --- a/Module/ModuleManager.js +++ b/Module/ModuleManager.js @@ -5,7 +5,8 @@ * @author Dennis Eichhorn * @copyright 2013 Dennis Eichhorn * @license OMS License 1.0 - * @version 1.0.0 * @since 1.0.0 + * @version 1.0.0 + * @since 1.0.0 */ (function (jsOMS) { diff --git a/Spreadsheet/Cell.js b/Spreadsheet/Cell.js index d6314d0..79042d0 100644 --- a/Spreadsheet/Cell.js +++ b/Spreadsheet/Cell.js @@ -5,7 +5,8 @@ * @author Dennis Eichhorn * @copyright 2013 Dennis Eichhorn * @license OMS License 1.0 - * @version 1.0.0 * @since 1.0.0 + * @version 1.0.0 + * @since 1.0.0 */ (function (jsOMS) { diff --git a/Spreadsheet/Spreadsheet.js b/Spreadsheet/Spreadsheet.js index 7b6afc9..fb8c119 100644 --- a/Spreadsheet/Spreadsheet.js +++ b/Spreadsheet/Spreadsheet.js @@ -5,7 +5,8 @@ * @author Dennis Eichhorn * @copyright 2013 Dennis Eichhorn * @license OMS License 1.0 - * @version 1.0.0 * @since 1.0.0 + * @version 1.0.0 + * @since 1.0.0 */ (function (jsOMS) { diff --git a/UI/ActionManager.js b/UI/ActionManager.js index a7ecd57..c65d568 100644 --- a/UI/ActionManager.js +++ b/UI/ActionManager.js @@ -5,7 +5,8 @@ * @author Dennis Eichhorn * @copyright 2013 Dennis Eichhorn * @license OMS License 1.0 - * @version 1.0.0 * @since 1.0.0 + * @version 1.0.0 + * @since 1.0.0 */ (function (jsOMS) { diff --git a/UI/Component/Autocomplete.js b/UI/Component/Autocomplete.js index 36172a9..2e0a50b 100644 --- a/UI/Component/Autocomplete.js +++ b/UI/Component/Autocomplete.js @@ -5,7 +5,8 @@ * @author Dennis Eichhorn * @copyright 2013 Dennis Eichhorn * @license OMS License 1.0 - * @version 1.0.0 * @since 1.0.0 + * @version 1.0.0 + * @since 1.0.0 */ (function (jsOMS) { diff --git a/UI/Component/Form.js b/UI/Component/Form.js index 61b4e36..62d4d42 100644 --- a/UI/Component/Form.js +++ b/UI/Component/Form.js @@ -5,7 +5,8 @@ * @author Dennis Eichhorn * @copyright 2013 Dennis Eichhorn * @license OMS License 1.0 - * @version 1.0.0 * @since 1.0.0 + * @version 1.0.0 + * @since 1.0.0 */ (function (jsOMS) { diff --git a/UI/Component/Input.js b/UI/Component/Input.js index 7f92f18..f12eae1 100644 --- a/UI/Component/Input.js +++ b/UI/Component/Input.js @@ -5,7 +5,8 @@ * @author Dennis Eichhorn * @copyright 2013 Dennis Eichhorn * @license OMS License 1.0 - * @version 1.0.0 * @since 1.0.0 + * @version 1.0.0 + * @since 1.0.0 */ (function (jsOMS) { diff --git a/UI/Component/Tab.js b/UI/Component/Tab.js index 5500170..64117f1 100644 --- a/UI/Component/Tab.js +++ b/UI/Component/Tab.js @@ -5,7 +5,8 @@ * @author Dennis Eichhorn * @copyright 2013 Dennis Eichhorn * @license OMS License 1.0 - * @version 1.0.0 * @since 1.0.0 + * @version 1.0.0 + * @since 1.0.0 */ (function (jsOMS) { diff --git a/UI/Component/Table.js b/UI/Component/Table.js index a7320db..f8d95e5 100644 --- a/UI/Component/Table.js +++ b/UI/Component/Table.js @@ -5,7 +5,8 @@ * @author Dennis Eichhorn * @copyright 2013 Dennis Eichhorn * @license OMS License 1.0 - * @version 1.0.0 * @since 1.0.0 + * @version 1.0.0 + * @since 1.0.0 */ (function (jsOMS) { diff --git a/UI/Component/TagInput.js b/UI/Component/TagInput.js index 36172a9..2e0a50b 100644 --- a/UI/Component/TagInput.js +++ b/UI/Component/TagInput.js @@ -5,7 +5,8 @@ * @author Dennis Eichhorn * @copyright 2013 Dennis Eichhorn * @license OMS License 1.0 - * @version 1.0.0 * @since 1.0.0 + * @version 1.0.0 + * @since 1.0.0 */ (function (jsOMS) { diff --git a/UI/Component/TagList.js b/UI/Component/TagList.js index 36172a9..2e0a50b 100644 --- a/UI/Component/TagList.js +++ b/UI/Component/TagList.js @@ -5,7 +5,8 @@ * @author Dennis Eichhorn * @copyright 2013 Dennis Eichhorn * @license OMS License 1.0 - * @version 1.0.0 * @since 1.0.0 + * @version 1.0.0 + * @since 1.0.0 */ (function (jsOMS) { diff --git a/UI/DragNDrop.js b/UI/DragNDrop.js index 6f180d1..92f1470 100644 --- a/UI/DragNDrop.js +++ b/UI/DragNDrop.js @@ -5,7 +5,8 @@ * @author Dennis Eichhorn * @copyright 2013 Dennis Eichhorn * @license OMS License 1.0 - * @version 1.0.0 * @since 1.0.0 + * @version 1.0.0 + * @since 1.0.0 */ (function (jsOMS) { diff --git a/UI/Input/InputManager.js b/UI/Input/InputManager.js index bbe3969..a9cb290 100644 --- a/UI/Input/InputManager.js +++ b/UI/Input/InputManager.js @@ -5,7 +5,8 @@ * @author Dennis Eichhorn * @copyright 2013 Dennis Eichhorn * @license OMS License 1.0 - * @version 1.0.0 * @since 1.0.0 + * @version 1.0.0 + * @since 1.0.0 */ (function (jsOMS) { diff --git a/UI/Input/Keyboard/KeyboardManager.js b/UI/Input/Keyboard/KeyboardManager.js index 928a95e..e463bb1 100644 --- a/UI/Input/Keyboard/KeyboardManager.js +++ b/UI/Input/Keyboard/KeyboardManager.js @@ -5,7 +5,8 @@ * @author Dennis Eichhorn * @copyright 2013 Dennis Eichhorn * @license OMS License 1.0 - * @version 1.0.0 * @since 1.0.0 + * @version 1.0.0 + * @since 1.0.0 */ (function (jsOMS) { diff --git a/UI/Input/Mouse/ClickType.enum.js b/UI/Input/Mouse/ClickType.enum.js index 4ea4859..b8d07f3 100644 --- a/UI/Input/Mouse/ClickType.enum.js +++ b/UI/Input/Mouse/ClickType.enum.js @@ -5,7 +5,8 @@ * @author Dennis Eichhorn * @copyright 2013 Dennis Eichhorn * @license OMS License 1.0 - * @version 1.0.0 * @since 1.0.0 + * @version 1.0.0 + * @since 1.0.0 */ (function (jsOMS) { diff --git a/UI/Input/Mouse/EventType.enum.js b/UI/Input/Mouse/EventType.enum.js index e5e3a1f..b67b3e6 100644 --- a/UI/Input/Mouse/EventType.enum.js +++ b/UI/Input/Mouse/EventType.enum.js @@ -5,7 +5,8 @@ * @author Dennis Eichhorn * @copyright 2013 Dennis Eichhorn * @license OMS License 1.0 - * @version 1.0.0 * @since 1.0.0 + * @version 1.0.0 + * @since 1.0.0 */ (function (jsOMS) { diff --git a/UI/Input/Mouse/MouseManager.js b/UI/Input/Mouse/MouseManager.js index e70fa75..0104a9c 100644 --- a/UI/Input/Mouse/MouseManager.js +++ b/UI/Input/Mouse/MouseManager.js @@ -5,7 +5,8 @@ * @author Dennis Eichhorn * @copyright 2013 Dennis Eichhorn * @license OMS License 1.0 - * @version 1.0.0 * @since 1.0.0 + * @version 1.0.0 + * @since 1.0.0 */ (function (jsOMS) { diff --git a/UI/Input/Touch/TouchManager.js b/UI/Input/Touch/TouchManager.js index e2db0d6..2d3a77a 100644 --- a/UI/Input/Touch/TouchManager.js +++ b/UI/Input/Touch/TouchManager.js @@ -5,7 +5,8 @@ * @author Dennis Eichhorn * @copyright 2013 Dennis Eichhorn * @license OMS License 1.0 - * @version 1.0.0 * @since 1.0.0 + * @version 1.0.0 + * @since 1.0.0 */ (function (jsOMS) { diff --git a/UI/UIManager.js b/UI/UIManager.js index f25afeb..17bf57f 100644 --- a/UI/UIManager.js +++ b/UI/UIManager.js @@ -5,7 +5,8 @@ * @author Dennis Eichhorn * @copyright 2013 Dennis Eichhorn * @license OMS License 1.0 - * @version 1.0.0 * @since 1.0.0 + * @version 1.0.0 + * @since 1.0.0 */ (function (jsOMS) { diff --git a/UnhandledException.js b/UnhandledException.js index 1c90108..ae81ce3 100644 --- a/UnhandledException.js +++ b/UnhandledException.js @@ -5,7 +5,8 @@ * @author Dennis Eichhorn * @copyright 2013 Dennis Eichhorn * @license OMS License 1.0 - * @version 1.0.0 * @since 1.0.0 + * @version 1.0.0 + * @since 1.0.0 */ (function () { diff --git a/Uri/Http.js b/Uri/Http.js index 5ed5bb9..367c8ca 100644 --- a/Uri/Http.js +++ b/Uri/Http.js @@ -5,7 +5,8 @@ * @author Dennis Eichhorn * @copyright 2013 Dennis Eichhorn * @license OMS License 1.0 - * @version 1.0.0 * @since 1.0.0 + * @version 1.0.0 + * @since 1.0.0 */ (function (jsOMS) { diff --git a/Uri/UriFactory.js b/Uri/UriFactory.js index cfc6b72..73a2cba 100644 --- a/Uri/UriFactory.js +++ b/Uri/UriFactory.js @@ -5,7 +5,8 @@ * @author Dennis Eichhorn * @copyright 2013 Dennis Eichhorn * @license OMS License 1.0 - * @version 1.0.0 * @since 1.0.0 + * @version 1.0.0 + * @since 1.0.0 */ (function (jsOMS) { diff --git a/Views/FormView.js b/Views/FormView.js index 8b157ed..ad345cc 100644 --- a/Views/FormView.js +++ b/Views/FormView.js @@ -5,7 +5,8 @@ * @author Dennis Eichhorn * @copyright 2013 Dennis Eichhorn * @license OMS License 1.0 - * @version 1.0.0 * @since 1.0.0 + * @version 1.0.0 + * @since 1.0.0 */ (function (jsOMS) {