1
0
mirror of https://github.com/DataTables/DataTables.git synced 2025-01-30 23:52:11 +01:00

Dev fix - example: Use camelCase in the examples - 18448

This commit is contained in:
Allan Jardine 2013-11-25 16:57:39 +00:00
parent 89c3ded42a
commit 19f5d9a157
2 changed files with 3 additions and 3 deletions

View File

@ -1 +1 @@
0729daf0a7a36c2fc4fb3f5ebabfc1690b281de2
667ebcafa99f93bb2be04892ec8be75161a04921

View File

@ -28,7 +28,7 @@
$(document).ready(function() {
$('#example').dataTable( {
"sDom": '<"top"iflp<"clear">>rt<"bottom"iflp<"clear">>'
"dom": '<"top"iflp<"clear">>rt<"bottom"iflp<"clear">>'
} );
} );
@ -550,7 +550,7 @@ $(document).ready(function() {
<pre class="brush: js;">
$(document).ready(function() {
$('#example').dataTable( {
&quot;sDom&quot;: '&lt;&quot;top&quot;iflp&lt;&quot;clear&quot;&gt;&gt;rt&lt;&quot;bottom&quot;iflp&lt;&quot;clear&quot;&gt;&gt;'
&quot;dom&quot;: '&lt;&quot;top&quot;iflp&lt;&quot;clear&quot;&gt;&gt;rt&lt;&quot;bottom&quot;iflp&lt;&quot;clear&quot;&gt;&gt;'
} );
} );
</pre>