aboutsummaryrefslogtreecommitdiff
path: root/thirdparty/systemjs/test/tests/csp/integrity.js
blob: 0cd357c7a9e3f6ff74c78a8a9ea572ad72829a58 (plain)
1
2
3
4
5
define(function () {
  return {
    integrity: 'integrity'
  }
});