mirror of
https://github.com/lrsjng/h5ai.git
synced 2025-05-30 06:55:16 -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('view/content', ['_', '$', 'core/settings', 'core/resource', 'core/format', 'core/event', 'core/location'], function (_, $, allsettings, resource, format, event, location) {
|
||||
modulejs.define('view/content', ['_', '$', 'core/event', 'core/format', 'core/location', 'core/resource', 'core/settings'], function (_, $, event, format, location, resource, allsettings) {
|
||||
|
||||
var settings = _.extend({
|
||||
binaryPrefix: false,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue