You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi!
A long time ago in a galaxy far, far away... when I declared class within Global, then I could access this class without Global prefix:
{
class Global.MyClass
{
var myVariable = true;
};
}|;
MyClass;
Now, with Urbi 3.0.0 I have to put Global. prefix before object name.
I have to change this behavior due to my legacy software.
Could someone help me to find implementation of this behavior in the source code, that I could change it?
The text was updated successfully, but these errors were encountered:
Hi!
A long time ago in a galaxy far, far away... when I declared class within Global, then I could access this class without Global prefix:
Now, with Urbi 3.0.0 I have to put Global. prefix before object name.
I have to change this behavior due to my legacy software.
Could someone help me to find implementation of this behavior in the source code, that I could change it?
The text was updated successfully, but these errors were encountered: