Fix for calling defined methods
This commit is contained in:
@@ -75,11 +75,6 @@ function Frame() {
|
||||
|
||||
this.frame_fields = []; // If a response frame, the embedded fields in the frame
|
||||
|
||||
// The RAW frame content
|
||||
this.raw=function() {
|
||||
return base64_decode(this.content).replace(/(\r\n|\n|\r)/gm,'');
|
||||
};
|
||||
|
||||
// Render the frame to the user
|
||||
this.render=function(withHeader) {
|
||||
owner = base64_decode(this.owner);
|
||||
|
Reference in New Issue
Block a user