formatting update
This commit is contained in:
parent
2b31a19143
commit
74dd74d4cc
@ -1,5 +1,15 @@
|
|||||||
define(['jquery', 'underscore', 'backbone', 'polyglot', 'goatApp/view/GoatRouter', 'goatApp/support/goatAsyncErrorHandler'],
|
define(['jquery',
|
||||||
function ($, _, Backbone, Polyglot, Router, asyncErrorHandler) {
|
'underscore',
|
||||||
|
'backbone',
|
||||||
|
'polyglot',
|
||||||
|
'goatApp/view/GoatRouter',
|
||||||
|
'goatApp/support/goatAsyncErrorHandler'],
|
||||||
|
function ($,
|
||||||
|
_,
|
||||||
|
Backbone,
|
||||||
|
Polyglot,
|
||||||
|
Router,
|
||||||
|
asyncErrorHandler) {
|
||||||
'use strict'
|
'use strict'
|
||||||
return {
|
return {
|
||||||
initApp: function () {
|
initApp: function () {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user