This commit is contained in:
Lars Jung 2014-08-03 21:46:10 +02:00
parent 7ecefa554a
commit c777a9f949

View file

@ -17,7 +17,7 @@
(function () {
'use strict';
/*global jQuery, markdown, Modernizr, moment, _ */
/*global jQuery, marked, Modernizr, moment, _ */
modulejs.define('$', function () { return jQuery; });
modulejs.define('marked', function () { return marked; });
modulejs.define('modernizr', function () { return Modernizr; });