Upgrading client dependancies. Upgrading to babel 6. Moving to es6 package system.
Этот коммит содержится в:
@@ -1,8 +1,8 @@
|
||||
// Copyright (c) 2015 Mattermost, Inc. All Rights Reserved.
|
||||
// See License.txt for license information.
|
||||
|
||||
var utils = require('../utils/utils.jsx');
|
||||
var ChannelStore = require('../stores/channel_store.jsx');
|
||||
import * as utils from '../utils/utils.jsx';
|
||||
import ChannelStore from '../stores/channel_store.jsx';
|
||||
|
||||
function getCountsStateFromStores() {
|
||||
var count = 0;
|
||||
|
||||
Ссылка в новой задаче
Block a user