[title] add the missing semicolon of statement.
authorJoonghun Park <jh718.park@samsung.com>
Fri, 4 Oct 2013 05:10:53 +0000 (14:10 +0900)
committerJoonghun Park <jh718.park@samsung.com>
Fri, 4 Oct 2013 05:10:53 +0000 (14:10 +0900)
Change-Id: I9217075c5f8d8aed5a4fb37af8137ca8ca429487

js/main.js

index 69eb8ce..14c3346 100755 (executable)
@@ -22,7 +22,7 @@ function deviceOrientationEvents() {
 
 window.onload = function() {
     var logoimg = document.getElementById('logo');
-    logoimg.addEventListener('contextmenu', function(e){e.preventDefault()}, false)
+    logoimg.addEventListener('contextmenu', function(e){e.preventDefault()}, false);
 
     //add eventListener for tizenhwkey
     window.addEventListener('tizenhwkey', function(e) {