diff --git a/lib/flashdetect/flashdetect.js b/lib/flashdetect/flashdetect.js index 11ab3147f58..ed9f7c36c91 100644 --- a/lib/flashdetect/flashdetect.js +++ b/lib/flashdetect/flashdetect.js @@ -18,7 +18,7 @@ // // /////////////////////////////////////////////////////////////////////////// -/* +/* * Library for flash player version detection */ @@ -27,4 +27,4 @@ M.core_flashdetect = {}; M.core_flashdetect.init = function(Y) { var flashversion = swfobject.getFlashPlayerVersion(); Y.io(M.cfg.wwwroot+'/login/environment.php?sesskey='+M.cfg.sesskey+'&flashversion='+flashversion.major+'.'+flashversion.minor+'.'+flashversion.release, {method: "POST"}); -} \ No newline at end of file +}; \ No newline at end of file