ソースを参照

remove bootstrapVerion option.

zhixin 11 年 前
コミット
69a29d9629
4 ファイル変更1 行追加8 行削除
  1. 1 0
      CHANGELOG.md
  2. 0 6
      docs/docs.js
  3. 0 1
      docs/documentation.html
  4. 0 1
      src/bootstrap-table.js

+ 1 - 0
CHANGELOG.md

@@ -5,6 +5,7 @@
 * Fix old firefox browser display error.
 * Add minimunCountColumns option.
 * Update the table body header implementation and resetView method.
+* Remove bootstrapVersion option.
 
 ### 1.0.6
 

+ 0 - 6
docs/docs.js

@@ -20,12 +20,6 @@ $(function () {
             ],
             data: [
                 {
-                    name: 'bootstrapVersion',
-                    type: 'Number',
-                    description: 'Bootstrap version.',
-                    'default': '3'
-                },
-                {
                     name: 'classes',
                     type: 'String',
                     description: 'The class name of table.',

+ 0 - 1
docs/documentation.html

@@ -113,7 +113,6 @@
                 <div>
 <pre><code>&lt;script&gt;
     $.extend($.fn.bootstrapTable.defaults, {
-        bootstrapVersion: 3,
         classes: 'table table-hover',
         height: undefined,
         undefinedText: '-',

+ 0 - 1
src/bootstrap-table.js

@@ -56,7 +56,6 @@
     };
 
     BootstrapTable.DEFAULTS = {
-        bootstrapVersion: 3,
         classes: 'table table-hover',
         height: undefined,
         undefinedText: '-',