|
Loading...
|
prototype-scriptaculous@googlegroups.com
[Prev] Thread [Next] | [Prev] Date [Next]
[Proto-Scripty] accessing objects nav indian Mon Apr 02 01:00:46 2012
Hi
I have two javascript files.
one.js
namespace("package1")
package1.tabs=function(app)
{
this.app = app;
this. createTabs();
}
createTabs = function(){
var oneObject = new thirdpartyObject();
}
two.js
//Here I have to access oneObject.
--
You received this message because you are subscribed to the Google Groups
"Prototype & script.aculo.us" group.
To view this discussion on the web visit
https://groups.google.com/d/msg/prototype-scriptaculous/-/irGq8Ueu8qgJ.
To post to this group, send email to [EMAIL PROTECTED]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/prototype-scriptaculous?hl=en.
- [Proto-Scripty] accessing objects nav indian 2012/04/02 <=
- [Proto-Scripty] Re: accessing objects T.J. Crowder 2012/04/02