Skip to content
Snippets Groups Projects
Commit ee14605f authored by Niall Crosby's avatar Niall Crosby
Browse files

added typescript definitions to bower.json

parent c266300b
Branches
Tags
No related merge requests found
......@@ -15,6 +15,9 @@
"moduleType": [
"node"
],
"typescript": {
"definitions": "dist/angular-grid.d.ts"
},
"keywords": [
"grid",
"data",
......
......@@ -66,7 +66,7 @@ module awk.grid {
var eventFromChild: any = null;
function hidePopupOnEsc(event) {
function hidePopupOnEsc(event: any) {
var key = event.which || event.keyCode;
if(key === grid.Constants.KEY_ESCAPE) {
hidePopup(null);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment