mc.onRollover= function() {
mc.onRollover= function() {
Out of context: Reply #1
- Started
- Last post
- 2 Responses
- rafalski0
mc.onRollover = null
or
mc.onRollover = undefined
but more elegant way is
delete mc.onRollover
mc.onRollover = null
or
mc.onRollover = undefined
but more elegant way is
delete mc.onRollover