Skip to content

Commit b209078

Browse files
author
Kendo Bot
committed
Sync with Kendo UI Professional
1 parent 8109aff commit b209078

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/kendo.toolbar.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ var __meta__ = { // jshint ignore:line
77
name: "ToolBar",
88
category: "web",
99
description: "The ToolBar widget displays one or more command buttons divided into groups.",
10-
depends: [ "core", "html.button", "./kendo.splitbutton", "./kendo.dropdownbutton" ]
10+
depends: [ "core", "html.button", "splitbutton", "dropdownbutton" ]
1111
};
1212

1313
(function($, undefined) {

0 commit comments

Comments
 (0)