From 19f5d9a1573e6dda9ee379b6b4c13076284a7823 Mon Sep 17 00:00:00 2001
From: Allan Jardine <allan.jardine@sprymedia.co.uk>
Date: Mon, 25 Nov 2013 16:57:39 +0000
Subject: [PATCH] Dev fix - example: Use camelCase in the examples - 18448

---
 .datatables-commit-sync                           | 2 +-
 examples/advanced_init/dom_multiple_elements.html | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/.datatables-commit-sync b/.datatables-commit-sync
index 80510093..ec1f0f7c 100644
--- a/.datatables-commit-sync
+++ b/.datatables-commit-sync
@@ -1 +1 @@
-0729daf0a7a36c2fc4fb3f5ebabfc1690b281de2
+667ebcafa99f93bb2be04892ec8be75161a04921
diff --git a/examples/advanced_init/dom_multiple_elements.html b/examples/advanced_init/dom_multiple_elements.html
index 8b700967..a544e76a 100644
--- a/examples/advanced_init/dom_multiple_elements.html
+++ b/examples/advanced_init/dom_multiple_elements.html
@@ -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>