From 85ba38ef4f6bc41010fc39c1cc1ba624032f30ef Mon Sep 17 00:00:00 2001 From: Petr Skoda Date: Fri, 17 Sep 2010 19:30:26 +0000 Subject: [PATCH] fixed unterminated JS statement --- iplookup/module.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/iplookup/module.js b/iplookup/module.js index bf76d871fe4dd..5ae39707643f9 100644 --- a/iplookup/module.js +++ b/iplookup/module.js @@ -39,5 +39,5 @@ M.core_iplookup.init = function(Y, latitude, longitude) { GUnload(); } }, document.body); - } -} + } +};