We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8109aff commit b209078Copy full SHA for b209078
src/kendo.toolbar.js
@@ -7,7 +7,7 @@ var __meta__ = { // jshint ignore:line
7
name: "ToolBar",
8
category: "web",
9
description: "The ToolBar widget displays one or more command buttons divided into groups.",
10
- depends: [ "core", "html.button", "./kendo.splitbutton", "./kendo.dropdownbutton" ]
+ depends: [ "core", "html.button", "splitbutton", "dropdownbutton" ]
11
};
12
13
(function($, undefined) {
0 commit comments