projects
/
samples
/
web
/
OfflineClockImage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f5a4519
)
[title] add the missing selicolon of statement.
author
Joonghun Park
<jh718.park@samsung.com>
Fri, 4 Oct 2013 05:12:36 +0000
(14:12 +0900)
committer
Joonghun Park
<jh718.park@samsung.com>
Fri, 4 Oct 2013 05:12:36 +0000
(14:12 +0900)
Change-Id: I1815025b1616b69849ea1156d9b721f1e698cd91
js/clock.js
patch
|
blob
|
history
diff --git
a/js/clock.js
b/js/clock.js
index
4229ae0
..
bb40229
100755
(executable)
--- a/
js/clock.js
+++ b/
js/clock.js
@@
-10,5
+10,5
@@
setInterval(function () {
\r
window.onload = function() {
\r
var tizenimg = document.getElementById('tizenimg');
\r
- tizenimg.addEventListener('contextmenu', function(e) {e.preventDefault()}, false)
\r
+ tizenimg.addEventListener('contextmenu', function(e) {e.preventDefault()}, false)
;
\r
}
\ No newline at end of file