mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-22 20:39:17 +08:00
Update lockr.d.ts
Changed naming of interface ILockrStatic to LockrStatic
This commit is contained in:
4
lockr/lockr.d.ts
vendored
4
lockr/lockr.d.ts
vendored
@@ -3,10 +3,10 @@
|
||||
// Definitions by: Dror Weiss <https://github.com/droritos>
|
||||
// Definitions: https://github.com/borisyankov/DefinitelyTyped
|
||||
|
||||
declare var Lockr: lockr.ILockrStatic;
|
||||
declare var Lockr: lockr.LockrStatic;
|
||||
|
||||
declare module lockr {
|
||||
interface ILockrStatic {
|
||||
interface LockrStatic {
|
||||
|
||||
/**
|
||||
* The prefix used by lockr.
|
||||
|
||||
Reference in New Issue
Block a user