1
0
Fork 0

Merge branch 'devel' of https://github.com/triAGENS/ArangoDB into devel

This commit is contained in:
Guido Schwab 2014-02-21 11:14:28 +01:00
commit 07d3ec2cde
2 changed files with 2 additions and 2 deletions

View File

@ -188,7 +188,6 @@
},
resetSearch: function () {
console.log("resetSearch");
if (this.searchTimeout) {
clearTimeout(this.searchTimeout);
this.searchTimeout = null;
@ -200,7 +199,6 @@
restrictToSearchPhraseKey: function (e) {
this.currentSearchString =
console.log("restrictToSearchPhraseKey");
// key pressed in search box
var self = this;

View File

@ -43,6 +43,8 @@ var internal = require("internal");
////////////////////////////////////////////////////////////////////////////////
exports.historian = function (param) {
"use strict";
try {
var result = {};