Added return type to addColumn()

This commit is contained in:
markus.mauch@gmail.com
2015-06-19 21:29:16 +02:00
parent ee0f8a1460
commit 71e95110ac
+1 -1
View File
@@ -67,7 +67,7 @@ declare module Sdk
* Adds a column to the collection.
* @param column The logical name of the attribute to add.
*/
addColumn( column: string );
addColumn( column: string ): void;
/**
* Adds a string array of column names.