spacing
This commit is contained in:
parent
fea2ea37e5
commit
c444e5cf07
|
@ -682,7 +682,6 @@ function fetchImage( streamImage ) {
|
||||||
}
|
}
|
||||||
|
|
||||||
function handleClick( event ) {
|
function handleClick( event ) {
|
||||||
console.log(event);
|
|
||||||
// target should be the img tag
|
// target should be the img tag
|
||||||
var target = event.target;
|
var target = event.target;
|
||||||
var width = $j(target).width();
|
var width = $j(target).width();
|
||||||
|
|
Loading…
Reference in New Issue