Commit f1a10475 by David Baumgold

load jquery in requirejs deps

parent a03a11e0
...@@ -58,4 +58,4 @@ require = ...@@ -58,4 +58,4 @@ require =
"codemirror": "codemirror":
exports: "CodeMirror" exports: "CodeMirror"
# load these automatically # load these automatically
deps: ["js/base", "coffee/src/main"] deps: ["jquery", "js/base", "coffee/src/main"]
...@@ -151,7 +151,7 @@ var require = { ...@@ -151,7 +151,7 @@ var require = {
} }
}, },
// load these automatically // load these automatically
deps: ["js/base", "coffee/src/main", "datepair"] deps: ["jquery", "js/base", "coffee/src/main", "datepair"]
// we need "datepair" because it dynamically modifies the page when it is loaded -- yuck! // we need "datepair" because it dynamically modifies the page when it is loaded -- yuck!
}; };
</script> </script>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment