some formatting changes

pull/227/head
Dana 2015-12-08 11:56:38 +00:00
rodzic e6cef5fe3b
commit e5e868339e
1 zmienionych plików z 5 dodań i 7 usunięć

4
node_modules/c9/skip-analytics.js wygenerowano vendored
Wyświetl plik

@ -14,9 +14,7 @@ define(function(require, exports, module) {
if (!user) return true;
if (user.id === -1) return true;
if(!user.id){
if (user.uid === -1) return true;
}
if (!user.id && user.uid === -1) return true;
if (hasInternalTestName(user)) return true;
if (hasInternalDomain(user.email)) return true;