Merge pull request #153 from sparky8251/improve-typing

Make types more consistent
This commit is contained in:
Bond-009 2019-02-23 10:37:30 -05:00 committed by GitHub
commit e9240a0114
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -751,7 +751,7 @@ define(['browser'], function (browser) {
Condition: 'Equals', Condition: 'Equals',
Property: 'IsSecondaryAudio', Property: 'IsSecondaryAudio',
Value: 'false', Value: 'false',
IsRequired: 'false' IsRequired: false
}); });
} }
@ -780,7 +780,7 @@ define(['browser'], function (browser) {
Condition: 'Equals', Condition: 'Equals',
Property: 'IsSecondaryAudio', Property: 'IsSecondaryAudio',
Value: 'false', Value: 'false',
IsRequired: 'false' IsRequired: false
} }
] ]
}); });
@ -913,4 +913,4 @@ define(['browser'], function (browser) {
return profile; return profile;
}; };
}); });