5 lines
131 B
Text
5 lines
131 B
Text
/*
|
|
* @file
|
|
* Javascript run on destruction of a map. Fades it out from map index.
|
|
*/
|
|
$('#<%= dom_id(@map) %>').fadeOut('slow');
|