Skip to content

Commit 9facfaa

Browse files
authored
Update OpenScript.js
1 parent b847539 commit 9facfaa

File tree

1 file changed

+0
-23
lines changed

1 file changed

+0
-23
lines changed

OpenScript.js

Lines changed: 0 additions & 23 deletions
Original file line numberDiff line numberDiff 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
/**

0 commit comments

Comments
 (0)