Merge github.com:h5p/h5p-question-set into api-1.2

pull/1/head
Pål Jørgensen 2014-04-13 19:03:39 +02:00
commit 1209931228
2 changed files with 8 additions and 3 deletions

1
.gitignore vendored Normal file
View File

@ -0,0 +1 @@
*~

View File

@ -3,7 +3,7 @@
"contentType": "question",
"majorVersion": 1,
"minorVersion": 0,
"patchVersion": 45,
"patchVersion": 46,
"runnable": 1,
"fullscreen": 0,
"machineName": "H5P.QuestionSet",
@ -14,10 +14,14 @@
},
"license": "cc-by-sa",
"preloadedJs": [
{"path": "js/questionset.js"}
{
"path": "js/questionset.js"
}
],
"preloadedCss": [
{"path": "css/questionset.css"}
{
"path": "css/questionset.css"
}
],
"preloadedDependencies": [
{