/*! * Krajee SVG Theme Configuration for bootstrap-star-rating. * This file must be loaded after 'star-rating.js'. * * @see http://github.com/kartik-v/bootstrap-star-rating * @author Kartik Visweswaran */ (function ($) { "use strict"; $.fn.ratingThemes['krajee-svg'] = { filledStar: '', emptyStar: '', clearButton: '' }; })(window.jQuery);