mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 09:19:04 -04:00
parent
859e115802
commit
132552ce58
1 changed files with 4 additions and 4 deletions
|
@ -7,13 +7,13 @@ define(function (require) {
|
|||
var defaultTimeout = config.timeouts.default;
|
||||
var common;
|
||||
|
||||
function settings_page(remote) {
|
||||
function settingsPage(remote) {
|
||||
this.remote = remote;
|
||||
common = new Common(this.remote);
|
||||
}
|
||||
|
||||
settings_page.prototype = {
|
||||
constructor: settings_page,
|
||||
settingsPage.prototype = {
|
||||
constructor: settingsPage,
|
||||
|
||||
clickAdvancedTab: function () {
|
||||
common.debug('in clickAdvancedTab');
|
||||
|
@ -322,5 +322,5 @@ define(function (require) {
|
|||
}
|
||||
};
|
||||
|
||||
return settings_page;
|
||||
return settingsPage;
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue