mirror of
https://github.com/Karaka-Management/oms-Draw.git
synced 2026-01-23 11:38:40 +00:00
Remove whitespace from end of line
This commit is contained in:
parent
ddad7bcc81
commit
3309ea92ed
|
|
@ -5,7 +5,7 @@ use phpOMS\Router\RouteVerb;
|
|||
return [
|
||||
'^.*/api/draw.*$' => [
|
||||
[
|
||||
'dest' => '\Modules\Draw\Controller:apiDrawCreate',
|
||||
'dest' => '\Modules\Draw\Controller:apiDrawCreate',
|
||||
'verb' => RouteVerb::SET,
|
||||
],
|
||||
],
|
||||
|
|
|
|||
|
|
@ -5,27 +5,27 @@ use phpOMS\Router\RouteVerb;
|
|||
return [
|
||||
'^.*/backend/draw/create.*$' => [
|
||||
[
|
||||
'dest' => '\Modules\Draw\Controller:setUpDrawEditor',
|
||||
'dest' => '\Modules\Draw\Controller:setUpDrawEditor',
|
||||
'verb' => RouteVerb::GET,
|
||||
],
|
||||
[
|
||||
'dest' => '\Modules\Draw\Controller:viewDrawCreate',
|
||||
'dest' => '\Modules\Draw\Controller:viewDrawCreate',
|
||||
'verb' => RouteVerb::GET,
|
||||
],
|
||||
],
|
||||
'^.*/backend/draw/list.*$' => [
|
||||
[
|
||||
'dest' => '\Modules\Draw\Controller:viewDrawList',
|
||||
'dest' => '\Modules\Draw\Controller:viewDrawList',
|
||||
'verb' => RouteVerb::GET,
|
||||
],
|
||||
],
|
||||
'^.*/backend/draw/single.*$' => [
|
||||
[
|
||||
'dest' => '\Modules\Draw\Controller:setUpDrawEditor',
|
||||
'dest' => '\Modules\Draw\Controller:setUpDrawEditor',
|
||||
'verb' => RouteVerb::GET,
|
||||
],
|
||||
[
|
||||
'dest' => '\Modules\Draw\Controller:viewDrawSingle',
|
||||
'dest' => '\Modules\Draw\Controller:viewDrawSingle',
|
||||
'verb' => RouteVerb::GET,
|
||||
],
|
||||
],
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@
|
|||
"use strict";
|
||||
/** @namespace jsOMS.Modules.Draw */
|
||||
jsOMS.Autoloader.defineNamespace('jsOMS.Modules.Draw');
|
||||
|
||||
|
||||
jsOMS.Modules.Draw.DrawTypeEnum = Object.freeze({
|
||||
DRAW: 0,
|
||||
LINE: 1,
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user