Fixed path to extend-jquery.js in require config

This commit is contained in:
Spencer Alger
2013-09-15 07:12:42 -07:00
parent fd0b1986e8
commit 7b28483102
31 changed files with 34 additions and 34 deletions
+1 -1
View File
@@ -25,7 +25,7 @@ require.config({
jquery: '../vendor/jquery/jquery-1.8.0',
'extend-jquery': 'components/extend-jquery.js',
'extend-jquery': 'components/extend-jquery',
'jquery.flot': '../vendor/jquery/jquery.flot',
'jquery.flot.pie': '../vendor/jquery/jquery.flot.pie',