| View previous topic :: View next topic |
| Author |
Message |
filimo
Joined: 17 Jul 2009 Posts: 2
|
Posted: Fri Jul 17, 2009 1:18 pm Post subject: Javascript editor don't show my method into function |
|
|
Hi everybody,
I don't undestand, why don't javascript editor show mymethod into function. Below my examples:
function myfunction() {
this.mymethod = function() {
}
}
var m = new myfunction();
m.mymethod
^^^^^^^
I've pressed "." I saw native method without mymethod. Why? |
|
| Back to top |
|
 |
filimo
Joined: 17 Jul 2009 Posts: 2
|
Posted: Fri Jul 17, 2009 2:28 pm Post subject: |
|
|
| and more. Navigator show mymethod as root method. |
|
| Back to top |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum You can attach files in this forum You can download files in this forum
|
|
|
|