Proyectos de Subversion Moodle

Rev

Rev 11 | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 11 Rev 1441
Línea 12... Línea 12...
12
// GNU General Public License for more details.
12
// GNU General Public License for more details.
13
//
13
//
14
// You should have received a copy of the GNU General Public License
14
// You should have received a copy of the GNU General Public License
15
// along with Moodle.  If not, see <http://www.gnu.org/licenses/>.
15
// along with Moodle.  If not, see <http://www.gnu.org/licenses/>.
Línea 16... Línea -...
16
 
-
 
17
/**
-
 
18
 * Library functions to facilitate the use of JavaScript in Moodle.
-
 
19
 *
-
 
20
 * Note: you can find history of this file in lib/ajax/ajaxlib.php
-
 
21
 *
-
 
22
 * @copyright 2009 Tim Hunt, 2010 Petr Skoda
-
 
23
 * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
-
 
24
 * @package core
-
 
25
 * @category output
-
 
26
 */
-
 
27
 
16