[#725] Chili-core now loads jQuery by default

This was added to unstable with ab2856b53 and will be released with Chili 3.0
This commit is contained in:
Gregor Schmidt 2011-11-25 20:24:06 +01:00
parent 13da5e0445
commit 3577550cfa
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ module ChiliProject
#
# Released: ChiliProject 2.5.0
def self.using_jquery?
false
true
end
end
end