Changeset 341
- Timestamp:
- 03/04/09 17:20:39 (10 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
Explorator/trunk/public/javascripts/explorator_ui.js
r330 r341 33 33 ui_close: function(item){ 34 34 new Effect.Shrink(item, { 35 duration: 0.2 36 35 duration: 0.2, 36 afterFinish: function(){ 37 //definitely removes the element from the set. 38 item.remove(); 39 } 37 40 }); 38 41 }, //open an element