Merge branch 'master' of intern.amendor.com:h5p

namespaces
Svein-Tore Griff With 2013-01-20 14:51:01 +01:00
commit bf286eb664
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
/** /**
* Interface defining functions the h5p library needs the framework to implement * Interface defining functions the h5p library needs the framework to implement
*/ */
interface h5pFramework { interface h5pFramework { // TODO: I suspect this is a "skeleton" or more commonly known as a interface for classes to implement, not a framework as the name might suggest.
/** /**
* Show the user an error message * Show the user an error message
* *