removing use strict from forum/topic.js until its refactored properly

This commit is contained in:
psychobunny
2014-03-12 18:32:40 -04:00
parent bdfe12f365
commit b2986f2a4e

View File

@@ -1,6 +1,3 @@
"use strict";
/*global define, templates, app, bootbox, socket, translator, config, ajaxify, RELATIVE_PATH*/
define(['composer', 'forum/pagination'], function(composer, pagination) {
var Topic = {},
infiniteLoaderActive = false,