fossasia/loklak_webclient

View on GitHub
iframely/plugins/meta/oembed-description.js

Summary

Maintainability
A
0 mins
Test Coverage
module.exports = {

    getMeta: function(oembed) {
        return {
            description: oembed.description
        }
    }
};