summaryrefslogtreecommitdiff
path: root/examples/workstations.html
diff options
context:
space:
mode:
Diffstat (limited to 'examples/workstations.html')
-rw-r--r--examples/workstations.html8
1 files changed, 5 insertions, 3 deletions
diff --git a/examples/workstations.html b/examples/workstations.html
index 819c41b..bfa2136 100644
--- a/examples/workstations.html
+++ b/examples/workstations.html
@@ -31,9 +31,11 @@
LS.imagePath = '../resources/images/';
LS.dataPath = '../data.json';
- var map = LS.map('map', {
- workstations: true
- });
+ (function() {
+ var map = LS.map('map', {
+ workstations: true
+ });
+ })();
</script>
</body>
</html>