fixing missing ";"

This commit is contained in:
Ray
2015-07-21 17:14:21 -04:00
parent e23467fc87
commit 5ea2c74b9d
+1 -1
View File
@@ -94,7 +94,7 @@ declare module uiGrid {
LEFT: string;
RIGHT: string;
NONE: string;
},
};
aggregationTypes: {
sum: number;
count: number;