Skip to content

Commit

Permalink
Adding QUnit lib in "Testing" group
Browse files Browse the repository at this point in the history
  • Loading branch information
leobalter authored and aron committed Jul 1, 2012
1 parent 857e80f commit 6e824f3
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions public/js/editors/libraries.js
Expand Up @@ -120,6 +120,14 @@ var libraries = [
"label": "Dojo 1.4.1",
"group": "Dojo"
},
{
"url" : [
"http://code.jquery.com/qunit/qunit-git.css",
"http://code.jquery.com/qunit/qunit-git.js"
],
"label": "QUnit",
"group": "Testing"
},
{
"url": [
"http://documentcloud.github.com/underscore/underscore-min.js",
Expand Down

0 comments on commit 6e824f3

Please sign in to comment.