lib/kibana/assets/app/components/require.config.js in kibana-sinatra-0.0.3 vs lib/kibana/assets/app/components/require.config.js in kibana-sinatra-0.0.4

- old
+ new

@@ -11,11 +11,11 @@ css: '../vendor/require/css', text: '../vendor/require/text', moment: '../vendor/moment', filesaver: '../vendor/filesaver', - + chromath: '../vendor/chromath', angular: '../vendor/angular/angular', 'angular-dragdrop': '../vendor/angular/angular-dragdrop', 'angular-strap': '../vendor/angular/angular-strap', 'angular-sanitize': '../vendor/angular/angular-sanitize', timepicker: '../vendor/angular/timepicker', @@ -30,10 +30,11 @@ 'extend-jquery': 'components/extend-jquery', 'jquery.flot': '../vendor/jquery/jquery.flot', 'jquery.flot.pie': '../vendor/jquery/jquery.flot.pie', + 'jquery.flot.events': '../vendor/jquery/jquery.flot.events', 'jquery.flot.selection': '../vendor/jquery/jquery.flot.selection', 'jquery.flot.stack': '../vendor/jquery/jquery.flot.stack', 'jquery.flot.stackpercent':'../vendor/jquery/jquery.flot.stackpercent', 'jquery.flot.time': '../vendor/jquery/jquery.flot.time', @@ -64,10 +65,11 @@ // simple dependency declaration 'jquery-ui': ['jquery'], 'jquery.flot': ['jquery'], 'jquery.flot.pie': ['jquery', 'jquery.flot'], + 'jquery.flot.events': ['jquery', 'jquery.flot'], 'jquery.flot.selection':['jquery', 'jquery.flot'], 'jquery.flot.stack': ['jquery', 'jquery.flot'], 'jquery.flot.stackpercent':['jquery', 'jquery.flot'], 'jquery.flot.time': ['jquery', 'jquery.flot'], @@ -84,7 +86,8 @@ timepicker: ['jquery', 'bootstrap'], datepicker: ['jquery', 'bootstrap'], elasticjs: ['angular', '../vendor/elasticjs/elastic'] - } + }, + waitSeconds: 60, });