Minor changes.

This commit is contained in:
Lars Jung 2014-06-21 00:51:52 +02:00
parent 2caaccabc0
commit 730263ca55

View File

@ -22,7 +22,7 @@ if (window.attachEvent && !window.addEventListener) { throw 'no-browser'; }
(function () {
'use strict';
/*global jQuery, Modernizr, moment, _ */
/*global jQuery, markdown, Modernizr, moment, _ */
modulejs.define('$', function () { return jQuery; });
modulejs.define('markdown', function () { return markdown; });
modulejs.define('modernizr', function () { return Modernizr; });