Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » ServerTools (WTP) » javascript content assist
javascript content assist [message #209150] Wed, 27 February 2008 11:37
Eclipse UserFriend
Originally posted by: arad21.gmail.com

// javascript source
function John(){
this.name = function(){ // content assist X
return "john";
};
}

Student = function(){
return new John();
}

var student = new Student();
student. // © content assist X, why?
Previous Topic:Classpath Container initialisation issue when generating WTP Project
Next Topic:How do I publish a war file that's already present in my workspace project?
Goto Forum:
  


Current Time: Fri Apr 26 14:46:12 GMT 2024

Powered by FUDForum. Page generated in 0.03818 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top