@progress/kendo-angular-buttons
Advanced tools
Comparing version 0.25.0 to 0.25.1
@@ -147,2 +147,3 @@ import { ButtonDirective } from '../button/button.directive'; | ||
button.setAttribute(tabindex, "0"); | ||
button.focus(); | ||
}); | ||
@@ -149,0 +150,0 @@ }; |
@@ -149,2 +149,3 @@ "use strict"; | ||
button.setAttribute(tabindex, "0"); | ||
button.focus(); | ||
}); | ||
@@ -151,0 +152,0 @@ }; |
{ | ||
"name": "@progress/kendo-angular-buttons", | ||
"description": "Buttons Package for Angular 2", | ||
"version": "0.25.0", | ||
"version": "0.25.1", | ||
"publishConfig": { | ||
@@ -6,0 +6,0 @@ "registry": "https://registry.npm.telerik.com" |
Sorry, the diff of this file is too big to display
470690
7108