Browse Source

Check file api support for older browsers

Kartik Visweswaran 10 years ago
parent
commit
d2cd502b78
2 changed files with 1 additions and 1 deletions
  1. 1 1
      js/fileinput.js
  2. 0 0
      js/fileinput.min.js

+ 1 - 1
js/fileinput.js

@@ -99,7 +99,7 @@
 
     var FileInput = function (element, options) {
         this.$element = $(element);
-        if (hasFileAPISupport) {
+        if (hasFileAPISupport()) {
             this.init(options);
             this.listen();
         } else {

File diff suppressed because it is too large
+ 0 - 0
js/fileinput.min.js


Some files were not shown because too many files changed in this diff