Skip to content

Commit

Permalink
Foiled again by jquery in AMD!
Browse files Browse the repository at this point in the history
  • Loading branch information
mattbasta committed Dec 4, 2013
1 parent 94e2d91 commit 692c366
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions hearth/media/js/marketplace.js
Expand Up @@ -25,6 +25,7 @@ require.config({
define(
'marketplace',
[
'jquery',
'underscore',
'helpers', // Must come before mostly everything else.
'buttons',
Expand Down Expand Up @@ -62,6 +63,7 @@ require.config({
var console = log('mkt');
console.log('Dependencies resolved, starting init');

var $ = require('jquery');
var capabilities = require('capabilities');
var format = require('format');
var nunjucks = require('templates');
Expand Down

0 comments on commit 692c366

Please sign in to comment.