Skip to content

Commit

Permalink
Merge remote-tracking branch 'janekptacijarabaci/ignoring@noframes'
Browse files Browse the repository at this point in the history
Fixes #2110
  • Loading branch information
arantius committed Mar 16, 2015
2 parents 56c2b84 + 8076784 commit 8f88a80
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions modules/ipcscript.js
Expand Up @@ -14,6 +14,7 @@ function IPCScript(aScript) {
this.matches = aScript.matches.map(function(m) { return m.pattern });
this.name = aScript.name;
this.namespace = aScript.namespace;
this.noframes = aScript.noframes;
this.runAt = aScript.runAt;
this.textContent = aScript.textContent;
this.uuid = aScript.uuid;
Expand Down Expand Up @@ -71,6 +72,7 @@ IPCScript.prototype.info = function() {
'matches': this.matches,
'name': this.name,
'namespace': this.namespace,
'noframes': this.noframes,
// 'requires': ??? source URL?
'resources': resources,
'run-at': this.runAt,
Expand Down

0 comments on commit 8f88a80

Please sign in to comment.