/ Published in: JavaScript
Expand |
Embed | Plain Text
if(typeof yourFunctionName == 'function') { yourFunctionName(); }
You need to login to post a comment.
dkl3in on 04/18/11
1 person have marked this snippet as a favorite
if(typeof yourFunctionName == 'function') { yourFunctionName(); }
You need to login to post a comment.