v1.18.x
psychobunny 10 years ago
parent e3899f9535
commit 567d171d2f

@ -1,7 +1,7 @@
'use strict'; 'use strict';
/* globals define, app, templates, translator, socket, bootbox, config, ajaxify, RELATIVE_PATH, utils */ /* globals define, app, components, templates, translator, socket, bootbox, config, ajaxify, RELATIVE_PATH, utils */
define('forum/topic', [ define('forum/topic', [
'forum/pagination', 'forum/pagination',

@ -1,7 +1,7 @@
'use strict'; 'use strict';
/* globals app, ajaxify, define, socket, translator, templates */ /* globals app, ajaxify, components, define, socket, translator, templates */
define('forum/topic/events', [ define('forum/topic/events', [
'forum/topic/browsing', 'forum/topic/browsing',

@ -1,6 +1,6 @@
'use strict'; 'use strict';
/* globals define, app, ajaxify, translator, socket */ /* globals define, app, ajaxify, components, translator, socket */
define('forum/topic/fork', function() { define('forum/topic/fork', function() {

@ -1,6 +1,6 @@
'use strict'; 'use strict';
/* globals define, app, utils, templates, translator, ajaxify, socket, bootbox */ /* globals define, app, ajaxify, bootbox, components, socket, templates, translator, utils */
define('forum/topic/postTools', ['composer', 'share', 'navigator'], function(composer, share, navigator) { define('forum/topic/postTools', ['composer', 'share', 'navigator'], function(composer, share, navigator) {

@ -1,6 +1,6 @@
'use strict'; 'use strict';
/* globals config, app, ajaxify, define, socket, utils */ /* globals config, app, ajaxify, components, define, socket, utils */
define('forum/topic/posts', [ define('forum/topic/posts', [
'forum/pagination', 'forum/pagination',

@ -1,6 +1,6 @@
'use strict'; 'use strict';
/* globals define, app, translator, ajaxify, socket, bootbox */ /* globals define, app, components, translator, ajaxify, socket, bootbox */
define('forum/topic/threadTools', ['forum/topic/fork', 'forum/topic/move'], function(fork, move) { define('forum/topic/threadTools', ['forum/topic/fork', 'forum/topic/move'], function(fork, move) {

@ -1,7 +1,7 @@
'use strict'; 'use strict';
/* globals app, define, ajaxify, utils, translator, config */ /* globals app, components, define, ajaxify, utils, translator, config */
define('navigator', ['forum/pagination'], function(pagination) { define('navigator', ['forum/pagination'], function(pagination) {

Loading…
Cancel
Save