Browse Source

add ; to the end of function escapeHTML

Ice5050 11 years ago
parent
commit
59e57e8c5d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/bootstrap-table.js

+ 1 - 1
src/bootstrap-table.js

@@ -111,7 +111,7 @@
         }else {
             return text;
         }
-    }
+    };
 
     // BOOTSTRAP TABLE CLASS DEFINITION
     // ======================