mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-13 17:35:46 +01:00
removing use strict from forum/topic.js until its refactored properly
This commit is contained in:
@@ -1,6 +1,3 @@
|
|||||||
"use strict";
|
|
||||||
/*global define, templates, app, bootbox, socket, translator, config, ajaxify, RELATIVE_PATH*/
|
|
||||||
|
|
||||||
define(['composer', 'forum/pagination'], function(composer, pagination) {
|
define(['composer', 'forum/pagination'], function(composer, pagination) {
|
||||||
var Topic = {},
|
var Topic = {},
|
||||||
infiniteLoaderActive = false,
|
infiniteLoaderActive = false,
|
||||||
|
|||||||
Reference in New Issue
Block a user