Skip to content

Commit b6c302d

Browse files
committed
Sync with Kendo UI Professional
1 parent dd7d688 commit b6c302d

File tree

4 files changed

+5
-4
lines changed

4 files changed

+5
-4
lines changed

docs/api/javascript/data/datasource.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2671,8 +2671,8 @@ Refer to the [`jQuery.ajax`](https://api.jquery.com/jQuery.ajax) documentation f
26712671

26722672
<script>
26732673
var dataSource = new kendo.data.DataSource({
2674-
transport: {
2675-
type: "odata-v4",
2674+
type: "odata-v4",
2675+
transport: {
26762676
read: {
26772677
url: "https://demos.telerik.com/service/v2/odata/products",
26782678
data: {

docs/api/javascript/data/pivotdatasourcev2.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -643,6 +643,7 @@ The options of the discover request.
643643
});
644644

645645
dataSource.discover({ command: "schemaMeasures" });
646+
</script>
646647

647648
### measures
648649

docs/controls/appbar/accessibility/overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ position: 1
99
# Appbar Accessibility
1010

1111
The Appbar is accessible by screen readers and provides WAI-ARIA, Section 508, WCAG 2.2, and keyboard support.
12-
For more information, refer to [Accessibility in Kendo UI for jQuery].({% slug overview_accessibility_support_kendoui %})
12+
For more information, refer to [Accessibility in Kendo UI for jQuery]({% slug overview_accessibility_support_kendoui %})
1313

1414

1515

docs/controls/mediaplayer/multiple-sources.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ To add multiple sources for the same video, you have to configure the quality-de
1212

1313
When you add multiple sources for the video, an **HD** button is automatically displayed in the bottom right corner next to the **FullScreen** button. This behavior enables you to select your preferred quality.
1414

15-
```dojo
15+
```
1616
<div id="mediaplayer1" style="width:640px; height: 360px;"></div>
1717
<script>
1818
$("#mediaplayer1").kendoMediaPlayer({

0 commit comments

Comments
 (0)