Merge pull request #3403 from YakupIpek/patch-2

last_location property was missed
This commit is contained in:
Masahiro Wakame
2015-01-03 22:34:53 +09:00
+2 -1
View File
@@ -120,7 +120,8 @@ declare module Sammy {
trigger(name: string, data?: any): Application;
unload(): Application;
use(...params: any[]): void;
last_location: string[];
// Features provided by oauth2 plugin
oauthorize: string;
requireOAuth();