Skip to content

Commit

Permalink
adding module dependencies for math-model and simplify
Browse files Browse the repository at this point in the history
  • Loading branch information
mathiash committed Apr 10, 2012
1 parent 0ff5d93 commit c4ffbb6
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion exercises/factoring_polynomials_2.html
@@ -1,5 +1,5 @@
<!DOCTYPE html>
<html data-require="math math-format ast math-model factoring-expressions expr-helpers expr-normal-form simplify steps-helpers subhints"">
<html data-require="math math-format ast math-model simplify factoring-expressions subhints">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Factoring polynomials 2</title>
Expand Down
2 changes: 1 addition & 1 deletion exercises/factoring_polynomials_with_two_variables.html
@@ -1,5 +1,5 @@
<!DOCTYPE html>
<html data-require="math math-format ast math-model factoring-expressions expr-helpers expr-normal-form simplify steps-helpers subhints">
<html data-require="math math-format math-model simplify factoring-expressions subhints">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Factoring polynomials with two variables</title>
Expand Down
4 changes: 3 additions & 1 deletion khan-exercise.js
Expand Up @@ -294,7 +294,9 @@ var Khan = (function() {
"derivative-intuition": ["jquery.mobile.vmouse"],
"unit-circle": ["jquery.mobile.vmouse"],
"interactive": ["jquery.mobile.vmouse"],
"mean-and-median": ["stat"]
"mean-and-median": ["stat"],
"math-model": ["ast"],
"simplify": ["math-model", "ast", "expr-helpers", "expr-normal-form", "steps-helpers"]
},

warnTimeout: function() {
Expand Down

0 comments on commit c4ffbb6

Please sign in to comment.