mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-08-27 11:40:08 +08:00
Merge pull request #3403 from YakupIpek/patch-2
last_location property was missed
This commit is contained in:
Vendored
+2
-1
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user