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'],
|
||||
function ($, _, Backbone, Polyglot, Router, asyncErrorHandler) {
|
||||
define(['jquery',
|
||||
'underscore',
|
||||
'backbone',
|
||||
'polyglot',
|
||||
'goatApp/view/GoatRouter',
|
||||
'goatApp/support/goatAsyncErrorHandler'],
|
||||
function ($,
|
||||
_,
|
||||
Backbone,
|
||||
Polyglot,
|
||||
Router,
|
||||
asyncErrorHandler) {
|
||||
'use strict'
|
||||
return {
|
||||
initApp: function () {
|
||||
|
Loading…
x
Reference in New Issue
Block a user