Changeset 1866
- Timestamp:
- 2011-02-23 16:01:38 (15 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/modules/kauri-forms/kauri-forms-framework/src/main/kauri/static-{build}.key/kauri.forms/control.js
r1863 r1866 489 489 var last = elmIndex.length; 490 490 for (var i = 0; i< last; i++) { 491 var elm = elmIndex[i ++];491 var elm = elmIndex[i]; 492 492 if(elm) 493 493 allElms[size++] = elm; … … 1962 1962 */ 1963 1963 Control.prototype.show = function(){ 1964 this.eachElement(function() {$(this).show()}); 1964 this.eachElement(function() { 1965 $(this).show() 1966 }); 1965 1967 this.viewState = Control.STATE_VISIBLE; 1966 1968 }
Note: See TracChangeset
for help on using the changeset viewer.