Merge pull request #736 from cweider/fix-ie

Fix ie
pull/737/merge
John McLear 2012-05-28 14:48:06 -07:00
commit cf9c250373
1 changed files with 1 additions and 1 deletions

View File

@ -67,7 +67,7 @@ var padmodals = (function()
{
$("#modaloverlay").hide();
});
},
}
};
return self;
}());