mirror of
https://github.com/lrsjng/h5ai.git
synced 2025-06-05 09:23:40 -04:00
Fix.
This commit is contained in:
parent
7ecefa554a
commit
c777a9f949
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@
|
||||||
(function () {
|
(function () {
|
||||||
'use strict';
|
'use strict';
|
||||||
|
|
||||||
/*global jQuery, markdown, Modernizr, moment, _ */
|
/*global jQuery, marked, Modernizr, moment, _ */
|
||||||
modulejs.define('$', function () { return jQuery; });
|
modulejs.define('$', function () { return jQuery; });
|
||||||
modulejs.define('marked', function () { return marked; });
|
modulejs.define('marked', function () { return marked; });
|
||||||
modulejs.define('modernizr', function () { return Modernizr; });
|
modulejs.define('modernizr', function () { return Modernizr; });
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue