Skip to content

Commit d6d25b4

Browse files
committed
Cleanup
1 parent ee1f890 commit d6d25b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/foam/dao/EasyDAO.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -740,7 +740,7 @@ dao loading, which improves overall startup time.`,
740740
factory: function() {
741741
// TODO: This should come from the server via a lookup from a NamedBox.
742742
var box = this.TimeoutBox.create({
743-
timeout: this.requestTimeout || undefined,
743+
timeout: this.requestTimeout,
744744
delegate: this.remoteListenerSupport ?
745745
this.WebSocketBox.create({uri: this.serviceName}) :
746746
this.HTTPBox.create({url: this.serviceName})

0 commit comments

Comments
 (0)