mirror of
https://github.com/lrsjng/h5ai.git
synced 2025-05-24 03:57:08 -04:00
Replace modernizr with custom setup.
This commit is contained in:
parent
fc3f84da6e
commit
34aeac9787
10 changed files with 126 additions and 14 deletions
|
@ -1,4 +1,4 @@
|
|||
modulejs.define('ext/info', ['_', '$', 'modernizr', 'core/event', 'core/format', 'core/resource', 'core/settings', 'core/store'], function (_, $, modernizr, event, format, resource, allsettings, store) {
|
||||
modulejs.define('ext/info', ['_', '$', 'core/event', 'core/format', 'core/modernizr', 'core/resource', 'core/settings', 'core/store'], function (_, $, event, format, modernizr, resource, allsettings, store) {
|
||||
|
||||
var settings = _.extend({
|
||||
enabled: false,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue