[Klug-general] Checking For Duplicate Instance Of Script

Laurence Southon laurence at southon.uk.net
Wed Dec 21 12:27:03 UTC 2011


On 20/12/11 21:32, David Halliday wrote:
> function checkForDuplicateScript(){

I don't know if it's the reason but that function declaration should be
either:

function checkForDuplicateScript { ... }

or

checkForDuplicateScript () { ... }

Not the keyword 'function' and '()' at the same time.

LS
-- 
Laurence Southon
Tiger Computing, Bexley
www.tiger-computing.co.uk



More information about the Kent mailing list