Fix path to non-CDN jQuery.

This commit is contained in:
Neil Williams
2011-10-23 00:43:22 -07:00
parent 8e0e90d76f
commit 07072d0a61
2 changed files with 1 additions and 2 deletions

View File

@@ -162,7 +162,7 @@ class LocalizedModule(Module):
class JQuery(Module):
def __init__(self, cdn_src=None):
Module.__init__(self, "jquery.js")
Module.__init__(self, os.path.join("js", "lib", "jquery.js"))
self.cdn_src = cdn_src or "http://ajax.googleapis.com/ajax/libs/jquery/1.6.1/jquery"
def build(self, closure):

View File

@@ -1 +0,0 @@
js/lib/jquery.js