Navigation Menu

Skip to content
This repository has been archived by the owner on Aug 5, 2020. It is now read-only.

Commit

Permalink
Changing usage of $ to Mobify.$ in accordion.js
Browse files Browse the repository at this point in the history
  • Loading branch information
tedtate committed Feb 14, 2013
1 parent 9a0702a commit 6a6858b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion www/static/modules/accordion/accordion.js
Expand Up @@ -9,7 +9,7 @@ Mobify.UI = Mobify.UI || {};
'touch': 'ontouchend' in document
});

})($, document);
})(Mobify.$, document);



Expand Down

1 comment on commit 6a6858b

@jansepar
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💃

Please sign in to comment.