Skip to content

Commit

Permalink
Merge pull request #75 from wmde/jqueryQUnit
Browse files Browse the repository at this point in the history
Don't explicitly depend on jquery.qunit
  • Loading branch information
JanZerebecki committed Mar 31, 2015
2 parents b6fb366 + 28b1e7f commit 6c2a299
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions DataValuesJavaScript.php
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,6 @@
),
'dependencies' => array(
'dataValues.DataValue',
'jquery.qunit',
'util.inherit',
'valueFormatters',
),
Expand All @@ -76,7 +75,6 @@
),
'dependencies' => array(
'dataValues.DataValue',
'jquery.qunit',
'util.inherit',
'valueParsers',
),
Expand Down
1 change: 0 additions & 1 deletion lib/resources.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@
'qunit.parameterize/qunit.parameterize.js',
),
'dependencies' => array(
'jquery.qunit',
),
),

Expand Down

0 comments on commit 6c2a299

Please sign in to comment.