Commit f1a10475 by David Baumgold

load jquery in requirejs deps

parent a03a11e0
......@@ -58,4 +58,4 @@ require =
"codemirror":
exports: "CodeMirror"
# load these automatically
deps: ["js/base", "coffee/src/main"]
deps: ["jquery", "js/base", "coffee/src/main"]
......@@ -151,7 +151,7 @@ var require = {
}
},
// 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!
};
</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