style: misc minor changes

This commit is contained in:
Victor Berchet
2014-12-04 13:23:32 +01:00
parent c362f33fe4
commit ee36063fae
3 changed files with 2 additions and 3 deletions

View File

@ -202,7 +202,7 @@ export class View {
}
}
_collectChanges(records:List) {
_collectChanges(records:List<Record>) {
var changes = StringMapWrapper.create();
for(var i = 0; i < records.length; ++i) {
var record = records[i];