regression

This commit is contained in:
gorhill 2015-01-07 14:24:06 -05:00
parent 31c219fbf6
commit cef1ac0ec9
1 changed files with 1 additions and 1 deletions

View File

@ -271,7 +271,7 @@ Matrix.prototype.evaluateCellZY = function(srcHostname, desHostname, type) {
if ( type === 'script' ) {
type = isFirstParty(srcHostname, desHostname) ? '1p-script' : '3p-script';
} else if ( type === 'sub-frame' && isFirstParty(srcHostname, desHostname) === false ) {
} else if ( type === 'sub_frame' && isFirstParty(srcHostname, desHostname) === false ) {
type = '3p-frame';
}