Merge branch 'master' into build-tweaks

Conflicts:
	dist/app/components/require.config.js
	src/app/components/require.config.js
This commit is contained in:
Spencer Alger
2013-09-15 12:45:27 -07:00
37 changed files with 128 additions and 102 deletions
+2 -1
View File
@@ -10,7 +10,8 @@ define([
'elasticjs',
'bootstrap',
'angular-sanitize',
'angular-strap'
'angular-strap',
'extend-jquery'
],
function (angular, $, _, appLevelRequire) {
"use strict";
@@ -1,4 +1,4 @@
define(['jquery-src'],
define(['jquery'],
function ($) {
'use strict';
+5 -3
View File
@@ -24,8 +24,10 @@ require.config({
'underscore-src': '../vendor/underscore',
bootstrap: '../vendor/bootstrap/bootstrap',
jquery: 'components/jquery.extended',
'jquery-src': '../vendor/jquery/jquery-1.8.0',
jquery: '../vendor/jquery/jquery-1.8.0',
'extend-jquery': 'components/extend-jquery',
'jquery.flot': '../vendor/jquery/jquery.flot',
'jquery.flot.pie': '../vendor/jquery/jquery.flot.pie',
'jquery.flot.selection': '../vendor/jquery/jquery.flot.selection',
@@ -53,7 +55,7 @@ require.config({
exports: 'Modernizr'
},
'jquery-src': {
jquery: {
exports: 'jQuery'
},
+1 -1
View File
@@ -137,7 +137,7 @@ dashboard.rows[0].panels = [
// Add a filtering panel to the 3rd row
dashboard.rows[1].panels = [
{
type: 'Query'
type: 'query'
}
];