Previnash Wong 8 anni fa
parent
commit
3ce2e74da6
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      package/js/awselect.js

+ 1 - 1
package/js/awselect.js

@@ -7,7 +7,7 @@ Github: https://github.com/prevwong/awesome-select/
 
 **/
 
-awselect_count = 0;
+awselect_count = 0; // used for generating sequential ID for <select> that does not have ID
 
 (function($) {
     $(document).mouseup(function(e) {