added/fixed headers k-n

https://github.com/borisyankov/DefinitelyTyped/issues/1570
This commit is contained in:
Bartvds
2014-01-24 01:19:01 +01:00
parent 950d0d85a7
commit 5d95684e19
17 changed files with 55 additions and 22 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
// Type definitions for ng-grid
// Project: http://angular-ui.github.io/ng-grid/
// Initial definitions by: Ken Smith <https://github.com/smithkl42>
// Definitions by: Ken Smith <https://github.com/smithkl42>
// DefinitelyTyped: https://github.com/borisyankov/DefinitelyTyped
// These are very definitely preliminary. Please feel free to improve.
@@ -188,4 +188,4 @@ declare module ngGrid {
/** currentPage: the uhm... current page. */
currentPage?: number;
}
}
}