summaryrefslogtreecommitdiffstats
path: root/static/js/index.js
blob: ab1820706aa8d2a0ce900ce5e6e0a8d8cfa9f0e4 (plain)
1
2
3
4
5
6
7
var cssFiles = ['ep_headline_buttons/static/css/headline_buttons.css'];

function aceEditorCSS(){
    return cssFiles;
};

exports.aceEditorCSS = aceEditorCSS;