Skip to content

Commit

Permalink
initialize magellan inside app.js file
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark Hayes committed Oct 25, 2012
1 parent a86d5b2 commit 9680963
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions vendor/assets/javascripts/foundation/app.js
Expand Up @@ -14,6 +14,7 @@
$.fn.foundationMediaQueryViewer ? $doc.foundationMediaQueryViewer() : null;
$.fn.foundationTabs ? $doc.foundationTabs({callback : $.foundation.customForms.appendCustomMarkup}) : null;
$.fn.foundationTooltips ? $doc.foundationTooltips() : null;
$.fn.foundationMagellan ? $doc.foundationMagellan() : null;
$.fn.foundationClearing ? $doc.foundationClearing() : null;

$('input, textarea').placeholder();
Expand Down

0 comments on commit 9680963

Please sign in to comment.