Fix spelling error
parent
0d8fe7498c
commit
c7c46bc779
|
@ -393,7 +393,7 @@ H5P.newRunnable = function (library, contentId, $attachTo, skipResize) {
|
||||||
}
|
}
|
||||||
|
|
||||||
if (instance.contentId === undefined) {
|
if (instance.contentId === undefined) {
|
||||||
instance.conentId = contentId;
|
instance.contentId = contentId;
|
||||||
}
|
}
|
||||||
|
|
||||||
if ($attachTo !== undefined) {
|
if ($attachTo !== undefined) {
|
||||||
|
|
Loading…
Reference in New Issue