mirror of https://gitee.com/bigwinds/arangodb
Merge branch 'devel' of https://github.com/triAGENS/ArangoDB into devel
This commit is contained in:
commit
07d3ec2cde
|
@ -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;
|
||||
|
||||
|
|
|
@ -43,6 +43,8 @@ var internal = require("internal");
|
|||
////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
exports.historian = function (param) {
|
||||
"use strict";
|
||||
|
||||
try {
|
||||
var result = {};
|
||||
|
||||
|
|
Loading…
Reference in New Issue