mirror of
https://github.com/lrsjng/h5ai.git
synced 2025-05-24 20:14:37 -04:00
Sort module deps.
This commit is contained in:
parent
476df8219f
commit
84693e6404
23 changed files with 23 additions and 23 deletions
|
@ -1,4 +1,4 @@
|
|||
modulejs.define('ext/preview', ['_', '$', 'core/settings', 'core/resource', 'core/store'], function (_, $, allsettings, resource, store) {
|
||||
modulejs.define('ext/preview', ['_', '$', 'core/resource', 'core/settings', 'core/store'], function (_, $, resource, allsettings, store) {
|
||||
|
||||
var settings = _.extend({
|
||||
enabled: true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue