Skip to content

Commit

Permalink
Add basic app.js
Browse files Browse the repository at this point in the history
  • Loading branch information
jdavis committed Mar 15, 2014
1 parent baf0473 commit 4aaed6e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions js/app.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
(function (root, $) {
$('.menu .dropdown').dropdown();
}(window, jQuery));

0 comments on commit 4aaed6e

Please sign in to comment.