Fixed Chartist.extend definition to support multiple parameters.

This commit is contained in:
Matt Gibbs
2016-01-28 14:02:33 -05:00
parent 4d99796247
commit 8b39d26623
+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;