Merge pull request #153 from sparky8251/improve-typing
Make types more consistent
This commit is contained in:
@@ -751,7 +751,7 @@ define(['browser'], function (browser) {
|
||||
Condition: 'Equals',
|
||||
Property: 'IsSecondaryAudio',
|
||||
Value: 'false',
|
||||
IsRequired: 'false'
|
||||
IsRequired: false
|
||||
});
|
||||
}
|
||||
|
||||
@@ -780,7 +780,7 @@ define(['browser'], function (browser) {
|
||||
Condition: 'Equals',
|
||||
Property: 'IsSecondaryAudio',
|
||||
Value: 'false',
|
||||
IsRequired: 'false'
|
||||
IsRequired: false
|
||||
}
|
||||
]
|
||||
});
|
||||
@@ -913,4 +913,4 @@ define(['browser'], function (browser) {
|
||||
|
||||
return profile;
|
||||
};
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user