From 34496a8c8f28a47b167f9ab9249065781d6ef010 Mon Sep 17 00:00:00 2001 From: Jon Egerton Date: Wed, 21 Aug 2013 00:21:44 +0100 Subject: [PATCH] Revert "Resolve syntax issue with route overloads" This reverts commit 7494a3d55683859d46ec75535364dc536608a0e0. --- sammyjs/sammyjs.d.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/sammyjs/sammyjs.d.ts b/sammyjs/sammyjs.d.ts index 40fdab667..34404d136 100644 --- a/sammyjs/sammyjs.d.ts +++ b/sammyjs/sammyjs.d.ts @@ -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;