소스 검색

Demo updated

Previnash Wong 8 년 전
부모
커밋
3ce2e74da6
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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) {