UNPKG

sense-funnel-chart

Version:
20 lines (15 loc) 314 B
define( [ 'jquery', 'underscore' ], function ( $ /*, _*/ ) { 'use strict'; return { /** * Add a style to the document's header. * @param cssContent (String) */ addStyleToHeader: function ( cssContent ) { $( "<style>" ).html( cssContent ).appendTo( "head" ); } }; } );