(function () { var $ = this.jQuery || require('jquery'); function Pacss(el, options) { options || (options = { val: 0 }); this.$el = $(el); this.el = this.$el[0]; // .pie this.$el.addClass('pacss'); this.uid = 'pie' + ($.guid++); // data-pie-uid="pie-1234" this.$el.attr('data-pie-uid', this.uid); // Inject special stylesheet this.$stylesheet = $('