Skip to content

Commit 38b2fcf

Browse files
committed
Merge pull request #628 from NaijaProgrammer/patch-2
Update markup.md
2 parents 143f695 + cd8d4ca commit 38b2fcf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

basics/markup.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ More information about the SPA View may be found in the [Buliding Single Page Ap
4040
</div>
4141

4242
<script>
43-
kendo.bind($("#container", {
43+
kendo.bind($("#container"), {
4444
source: ['foo', 'bar', 'baz']
4545
});
4646
</script>

0 commit comments

Comments
 (0)