mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-09 11:13:57 +08:00
Revert "Resolve syntax issue with route overloads"
This reverts commit 7494a3d556.
This commit is contained in:
Vendored
+1
@@ -81,6 +81,7 @@ declare module Sammy {
|
||||
$element(selector?: string): JQuery;
|
||||
after(callback: Function): Application;
|
||||
any(verb: string, path: string, callback: Function): void;
|
||||
route(verb: string, path: string, callback: Function): void;
|
||||
around(callback: Function): Application;
|
||||
before(options: any, callback: Function): Application;
|
||||
bind(name: string, callback: Function): Application;
|
||||
|
||||
Reference in New Issue
Block a user