File tree Expand file tree Collapse file tree 1 file changed +0
-23
lines changed
Expand file tree Collapse file tree 1 file changed +0
-23
lines changed Original file line number Diff line number Diff line change @@ -96,22 +96,6 @@ var OpenScript = {
9696 */
9797 path = "" ;
9898
99- /**
100- * Create a route action
101- */
102- RouteAction = class RouteAction {
103- action ;
104- name ;
105-
106- middleware = ( ) => true ;
107-
108- children = new Map ( ) ;
109-
110- run ( ) {
111- return this . action ( ) ;
112- }
113- } ;
114-
11599 /**
116100 * Default Action
117101 * @type {function }
@@ -120,11 +104,6 @@ var OpenScript = {
120104 alert ( "404 File Not Found" ) ;
121105 } ;
122106
123- /**
124- *
125- */
126- constructor ( ) { }
127-
128107 /**
129108 * Initializes the router for
130109 * Single Page Applications.
@@ -537,8 +516,6 @@ var OpenScript = {
537516 return this . router ;
538517 }
539518 } ;
540-
541- GroupedRoute = class GroupedRoute { } ;
542519 } ,
543520
544521 /**
You can’t perform that action at this time.
0 commit comments