mirror of https://gitee.com/bigwinds/arangodb
jslint
This commit is contained in:
parent
5f60ebd6c4
commit
72e29c076f
|
@ -1,6 +1,6 @@
|
||||||
/*jshint browser: true */
|
/*jshint browser: true */
|
||||||
/*jshint unused: false */
|
/*jshint unused: false */
|
||||||
/*global Backbone, templateEngine, $, window, noty */
|
/*global frontendConfig, Backbone, templateEngine, $, window, noty */
|
||||||
(function () {
|
(function () {
|
||||||
"use strict";
|
"use strict";
|
||||||
|
|
||||||
|
@ -76,7 +76,7 @@
|
||||||
}];
|
}];
|
||||||
}
|
}
|
||||||
else if (latestModel.get('type') === 'warning') {
|
else if (latestModel.get('type') === 'warning') {
|
||||||
time = false;
|
time = 20000;
|
||||||
}
|
}
|
||||||
|
|
||||||
$.noty.clearQueue();
|
$.noty.clearQueue();
|
||||||
|
|
Loading…
Reference in New Issue