Sort module deps.

This commit is contained in:
Lars Jung 2015-04-22 05:03:28 +02:00
parent 476df8219f
commit 84693e6404
23 changed files with 23 additions and 23 deletions

View file

@ -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