init, attempt to increase cold load speed

This commit is contained in:
psychobunny
2014-05-29 17:24:38 -04:00
parent 5b17f9a7a4
commit 281aa0049c
68 changed files with 102 additions and 71 deletions

View File

@@ -2,7 +2,7 @@
/* globals define, app, socket, utils */
define(['forum/account/header', 'forum/infinitescroll'], function(header, infinitescroll) {
define('forum/account/topics', ['forum/account/header', 'forum/infinitescroll'], function(header, infinitescroll) {
var AccountTopics = {};
AccountTopics.init = function() {