Adding comments to change versions in sync

Этот коммит содержится в:
Christopher Speller
2015-07-08 12:43:23 -04:00
родитель d5785ee901
Коммит ce5639a629
2 изменённых файлов: 3 добавлений и 0 удалений

Просмотреть файл

@@ -17,6 +17,7 @@ import (
)
const (
// Also change web/react/stores/browser_store.jsx BROWSER_STORE_VERSION
ETAG_ROOT_VERSION = "11"
)

Просмотреть файл

@@ -2,6 +2,8 @@
// See License.txt for license information.
var UserStore = require('../stores/user_store.jsx');
// Also change model/utils.go ETAG_ROOT_VERSION
var BROWSER_STORE_VERSION = '.1';
module.exports.initalize = function() {