/*
 * Admin JavaScripts for Donation.
 */

Donation = {};

Donation.foo = function(bar) {
  alert(bar);
}
