これはExtJSのcallParentメソッドです。$ previous、$ owner、および$ nameとは何ですか?先頭に「$」記号があるのはなぜですか?callParent:function(args){varメソッド;
// This code is intentionally inlined for the least number of debugger stepping
return (method = this.callParent.caller) && (method.$previous ||
((method = method.$owner ? method : method.caller) &&
method.$owner.superclass.$class[method.$name])).apply(this, args || noArgs);
}