|
|
Re: Static JS Classes not in the Outline view [message #561728 is a reply to message #561666] |
Tue, 13 October 2009 15:06 |
saurav sarkar Messages: 428 Registered: July 2009 |
Senior Member |
|
|
Hi Nitin,
Please find the details below and the code snippet below.
Eclipse
Version: 3.4.2
Build id: M20090211-1700
JSDT core plug-in : 1.0.014
sap.ui.saurav = function () {
};
sap.ui.saurav.prototype.object = function() {
var height=20;
}
if you press ctrl-o on the above code outline shows the classes.But try with the below code
sap.ui.saurav = function () {
};
sap.ui.saurav.object = function() {
var height=20;
}
Outline shows nothinh since the class is a static one.
Please let me know if i am missing something and provide your inputs here.
Thanks and Regards,
Saurav
My Blog http://codifyit.blogspot.com/
Follow me: http://twitter.com/sauravs
|
|
|
Powered by
FUDForum. Page generated in 0.03672 seconds