Переглянути джерело

correct the documentation

The jquery plugin work with data-label-text and not data-text-label as the documentation says
Marino Bonetti 10 роки тому
батько
коміт
f2a6c97df3
1 змінених файлів з 2 додано та 2 видалено
  1. 2 2
      documentation-2.html

+ 2 - 2
documentation-2.html

@@ -143,7 +143,7 @@
                 <td>'OFF'</td>
               </tr>
               <tr>
-                <td>text-label</td>
+                <td>label-text</td>
                 <td>String</td>
                 <td>Text of the center handle of the switch</td>
                 <td>String</td>
@@ -317,4 +317,4 @@
     <script src="dist/js/bootstrap-switch.js"></script>
     <script src="docs/js/main.js"></script>
   </body>
-</html>
+</html>