Use safe-types-behavior in common-test-setup
Spotted by @mikesamuel which partially fixes support for polymer-resin 2.x. Change-Id: I061c9f3fcd896116bb25353ce75d6b0dc754e4a8
This commit is contained in:
@@ -17,6 +17,7 @@ limitations under the License.
|
||||
|
||||
<link rel="import"
|
||||
href="../bower_components/polymer-resin/standalone/polymer-resin.html" />
|
||||
<link rel="import" href="../behaviors/safe-types-behavior/safe-types-behavior.html">
|
||||
<script>
|
||||
security.polymer_resin.install({
|
||||
allowedIdentifierPrefixes: [''],
|
||||
@@ -31,6 +32,7 @@ limitations under the License.
|
||||
+ JSON.stringify(args));
|
||||
}
|
||||
},
|
||||
safeTypesBridge: Gerrit.SafeTypes.safeTypesBridge,
|
||||
});
|
||||
</script>
|
||||
<script>
|
||||
|
||||
Reference in New Issue
Block a user