Forgot the [] on Object for extend()

This commit is contained in:
Matt Gibbs
2016-01-28 14:41:48 -05:00
parent 8b39d26623
commit 9a9021d738
+1 -1
View File
@@ -31,7 +31,7 @@ declare module Chartist {
noop: Function;
alphaNumerate(n: number): string;
extend(target: Object, ...sources: Object): Object;
extend(target: Object, ...sources: Object[]): Object;
replaceAll(str: string, subStr: string, newSubStr: string): string;
ensureUnit(value: number, unit: string): string;