/*! Sample Grunt jQuery Plugin - v0.1.0 - 2012-12-10 * https://github.com/gruntjs/grunt-init-jquery-sample * Copyright (c) 2012 "Cowboy" Ben Alman; Licensed MIT */ (function(e){e.fn.awesome=function(){return this.each(function(n){e(this).html("awesome"+n)})},e.awesome=function(n){return n=e.extend({},e.awesome.options,n),"awesome"+n.punctuation},e.awesome.options={punctuation:"."},e.expr[":"].awesome=function(n){return-1!==e(n).text().indexOf("awesome")}})(jQuery);