Subversion Repositories HomeAutomation

Rev

Rev 969 | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | SVN | RSS feed

Rev 969 Rev 999
Line 1... Line 1...
1
 
1
 
2
function Debug(name, id)
2
function Debug(type, name, id)
3
{
3
{
4
    this.CanService(name, id);
4
    this.CanService(type, name, id);
5
   
5
   
6
    this.myString = "";
6
    this.myString = "";
7
}
7
}
8
 
8
 
9
extend(Debug, CanService);
9
extend(Debug, CanService);