Ver código fonte

Upgrade to release v2.4.0 - Code cleanup

Kartik Visweswaran 10 anos atrás
pai
commit
d5903f6987
2 arquivos alterados com 0 adições e 16 exclusões
  1. 0 16
      js/fileinput.js
  2. 0 0
      js/fileinput.min.js

+ 0 - 16
js/fileinput.js

@@ -675,22 +675,6 @@
         }
     }
 
-    $.fn.fileinput = function (options) {
-        if (!hasFileAPISupport()) {
-          return;
-        }
-        
-        return this.each(function () {
-            var $this = $(this), data = $this.data('fileinput')
-            if (!data) {
-                $this.data('fileinput', (data = new FileInput(this, options)))
-            }
-            if (typeof options == 'string') {
-                data[options]()
-            }
-        })
-    };
-
     //FileInput plugin definition
     $.fn.fileinput = function (option) {
         if (!hasFileAPISupport()) {

Diferenças do arquivo suprimidas por serem muito extensas
+ 0 - 0
js/fileinput.min.js


Alguns arquivos não foram mostrados porque muitos arquivos mudaram nesse diff