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 () {
|
resetSearch: function () {
|
||||||
console.log("resetSearch");
|
|
||||||
if (this.searchTimeout) {
|
if (this.searchTimeout) {
|
||||||
clearTimeout(this.searchTimeout);
|
clearTimeout(this.searchTimeout);
|
||||||
this.searchTimeout = null;
|
this.searchTimeout = null;
|
||||||
|
@ -200,7 +199,6 @@
|
||||||
|
|
||||||
restrictToSearchPhraseKey: function (e) {
|
restrictToSearchPhraseKey: function (e) {
|
||||||
this.currentSearchString =
|
this.currentSearchString =
|
||||||
console.log("restrictToSearchPhraseKey");
|
|
||||||
// key pressed in search box
|
// key pressed in search box
|
||||||
var self = this;
|
var self = this;
|
||||||
|
|
||||||
|
|
|
@ -43,6 +43,8 @@ var internal = require("internal");
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
|
|
||||||
exports.historian = function (param) {
|
exports.historian = function (param) {
|
||||||
|
"use strict";
|
||||||
|
|
||||||
try {
|
try {
|
||||||
var result = {};
|
var result = {};
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue