From 1052b6b1685099f668aceaf5f8dce4b655af1041 Mon Sep 17 00:00:00 2001 From: tmeissner Date: Mon, 25 Feb 2013 14:46:06 +0100 Subject: [PATCH] beauty care --- dvb-app/scripts/haltestellen.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dvb-app/scripts/haltestellen.js b/dvb-app/scripts/haltestellen.js index 3ba984a..cd979e8 100644 --- a/dvb-app/scripts/haltestellen.js +++ b/dvb-app/scripts/haltestellen.js @@ -1,6 +1,7 @@ // server url var serverUrl = "http://widgets.vvo-online.de/abfahrtsmonitor/"; + // xmlhttp object function function getHTTPObject() { @@ -48,6 +49,7 @@ function ajaxCall(dataUrl, outputElement, callback) { } + // wrap all in anonymous function to get out of global scope (function() {