Index: wp-includes/js/media-editor.js
===================================================================
--- wp-includes/js/media-editor.js	(revision 23992)
+++ wp-includes/js/media-editor.js	(working copy)
@@ -171,7 +171,7 @@
 					break;
 				case 'video/flv':
 				case 'video/x-flv':
-					shortcode.flv = attachment.url
+					shortcode.flv = attachment.url;
 					break;
 				}
 			}
