Fix for calling defined methods

This commit is contained in:
Deon George
2020-06-01 22:43:19 +10:00
parent b45c623bc6
commit a713113df3
2 changed files with 4 additions and 9 deletions

View File

@@ -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);