Make property params non-options (whoops)

This commit is contained in:
Tim Perry
2016-01-13 17:17:37 +01:00
parent c0ff329a4e
commit 60b04cfffe
+1 -1
View File
@@ -21,7 +21,7 @@ declare module Calq
trackPageView(action?:string):void;
setGlobalProperty(name:string, value:any):void;
setGlobalProperty(params?: {[index:string]: any}):void;
setGlobalProperty(params: {[index:string]: any}):void;
}
interface User