mobileMenu module (categories menu), fixed bug I made in account.js when moving code to their own files,

This commit is contained in:
psychobunny
2013-06-05 16:01:26 -04:00
parent 6a91c8a116
commit 54f86a912c
7 changed files with 217 additions and 5 deletions

View File

@@ -1,8 +1,7 @@
(function() {
var yourid = templates.get('yourid'),
theirid = templates.get('theirid');
var isFriend = {isFriend};
theirid = templates.get('theirid'),
isFriend = templates.get('isFriend');
$(document).ready(function() {