mirror of
https://github.com/kennethreitz-archive/kJS.tmbundle.git
synced 2026-06-05 23:50:19 +00:00
add easy jquery require to runjs
This commit is contained in:
@@ -23,6 +23,7 @@ requirements = requirements.map do |requirement|
|
||||
|
||||
requirement = 'http://ajax.googleapis.com/ajax/libs/mootools/1.2.1/mootools.js' if requirement == 'mootools'
|
||||
requirement = 'http://ajax.googleapis.com/ajax/libs/mootools/1.2.1/mootools.js' if requirement == 'mootools'
|
||||
requirement = 'http://ajax.googleapis.com/ajax/libs/jquery/1.3/jquery.js' if requirement == 'jquery'
|
||||
|
||||
if requirement == 'jsspec'
|
||||
requirement = [
|
||||
|
||||
Reference in New Issue
Block a user