Merge commit '8a2550e7d5cd19e25616087052915e1c9978e0ad'

This commit is contained in:
Eldon Koyle
2016-01-05 17:35:26 -07:00
32 changed files with 547 additions and 559 deletions
-2
View File
@@ -135,7 +135,6 @@ module.exports = function(grunt) {
bloodhound: {
src: '<%= tempDir %>/bloodhound.js',
objectToExport: 'Bloodhound',
amdModuleId: 'bloodhound',
deps: {
default: ['$'],
amd: ['jquery'],
@@ -145,7 +144,6 @@ module.exports = function(grunt) {
},
typeahead: {
src: '<%= tempDir %>/typeahead.jquery.js',
amdModuleId: 'typeahead.js',
deps: {
default: ['$'],
amd: ['jquery'],