summaryrefslogtreecommitdiffstats
path: root/pygments/examples/modular-backbone/js/boilerplate.js
blob: 455546cea11cc433a02f0c4683503d3368af5136 (plain)
1
2
3
4
5
6
7
8
define([
  'jQuery',
  'Underscore',
  'Backbone'
], function($, _, Backbone){

  return {};
});