Skip to content

Commit

Permalink
Merge branch 'master' of github.com:quirkey/sammy
Browse files Browse the repository at this point in the history
  • Loading branch information
quirkey committed Oct 14, 2010
2 parents 8fa6968 + 875a8fd commit 9b8a48e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/plugins/sammy.handlebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -494,7 +494,7 @@
Sammy = Sammy || {};

// <tt>Sammy.Handlebars</tt> provides a quick way of using Handlebars templates in your app.
// The plugin itself includes the handlebars.js library created by Yehuda Kats at
// The plugin itself includes the handlebars.js library created by Yehuda Katz at
// at http://github.com/wycats/handlebars.js
//
// Handlebars.js is an extension to the Mustache templating language created by Chris Wanstrath. Handlebars.js
Expand Down Expand Up @@ -610,4 +610,4 @@

};

})(jQuery);
})(jQuery);

0 comments on commit 9b8a48e

Please sign in to comment.