File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,8 +4,8 @@ import Helmet from 'react-helmet'
44import Q from 'q'
55import React , { Component } from 'react'
66
7- FieldDBObject . todo = function ( ) { } ;
8- FieldDBObject . warn = function ( ) { } ;
7+ FieldDBObject . todo = function ( ) { }
8+ FieldDBObject . warn = function ( ) { }
99FieldDBObject . confirm = function ( message , optionalLocale ) {
1010 const deferred = Q . defer ( )
1111 console . warn ( 'Not confirming: ' , message )
Original file line number Diff line number Diff line change @@ -90,7 +90,7 @@ var getUserMask = function getUserMask(username, next) {
9090 } ) ;
9191
9292 // console.log(new Date() + " Waiting for " + promises.length + " to download details");
93- Q . allSettled ( promises ) . done ( function ( results ) {
93+ Q . allSettled ( promises ) . done ( function ( ) {
9494 // console.log(new Date() + " TODO Consider saving in the user to avoid making requests again ", results.length);
9595 // console.log(new Date() + " userPrivate.userMask.corpora.titles ", userPrivate.userMask.corpora.map(function(mask) {
9696 // return mask.title;
You can’t perform that action at this time.
0 commit comments