Make message_list.js work like the other modules.

This commit is contained in:
Vishnu Ks
2016-04-21 02:07:26 +05:30
committed by Tim Abbott
parent 28d1a3105c
commit ee39f5009f
5 changed files with 16 additions and 11 deletions

View File

@@ -19,7 +19,7 @@ set_global('$', function () {
set_global('feature_flags', {});
var MessageList = require('js/message_list');
var MessageList = require('js/message_list').MessageList;
(function test_basics() {
var table;