Changeset 1537
- Timestamp:
- 04/17/08 11:04:48 (1 month ago)
- Files:
-
- 1 modified
-
trunk/Source/Element/Element.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/Element/Element.js
r1528 r1537 410 410 411 411 getSelected: function(){ 412 return $A(this.options).filter(function(option){412 return new Elements($A(this.options).filter(function(option){ 413 413 return option.selected; 414 }) ;414 })); 415 415 }, 416 416