浏览代码

Fixed examples in docs

Prev Wong 8 年之前
父节点
当前提交
d7c9b78ce5
共有 2 个文件被更改,包括 2 次插入2 次删除
  1. 1 1
      index.html
  2. 1 1
      index.html~

+ 1 - 1
index.html

@@ -180,7 +180,7 @@
 		placeholder_active_color: "#0f37a9", // the dark blue placeholder color
 		option_color:"#405463", // the option colors
 		vertical_padding: "15px", //top and bottom padding
-		horizontal_padding: "20px" // left and right padding,
+		horizontal_padding: "20px", // left and right padding,
         immersive: false // immersive option, demonstrated at the next example
 	});
 });</code></pre>

+ 1 - 1
index.html~

@@ -181,7 +181,7 @@
 		option_color:"#405463", // the option colors
 		vertical_padding: "15px", //top and bottom padding
 		horizontal_padding: "20px" // left and right padding,
-        fullscreen: false // fullscreen option, demonstrated at the next example
+        immersive: false // immersive option, demonstrated at the next example
 	});
 });</code></pre>
                             </li>