View Single Post
  #14  
Old 12-05-2009, 09:56 PM
Codein Codein is offline
jwd
Codein's Avatar
Join Date: Oct 2005
Location: Greater Manchester
Posts: 2,423
Codein has a spectacular aura aboutCodein has a spectacular aura about
Send a message via AIM to Codein Send a message via MSN to Codein
Quote:
Originally Posted by cbk1994 View Post
Why are you doing this?

PHP Code:
globalTriggerName this.name
It's probably better to just do this:

PHP Code:
globalTrigger this
then you can just do

PHP Code:
globalTrigger.function(); 
Ah yeah, should have done that. thanks.
Reply With Quote