6 lines
67 B
JavaScript
6 lines
67 B
JavaScript
|
define(function () {
|
||
|
return {
|
||
|
integrity: 'integrity'
|
||
|
}
|
||
|
});
|