[title] add the missing semicolon of statement.
[samples/web/ImageRotation.git] / 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) {