From 86045fe98676ce35b8c0bf852eaff3439f99be75 Mon Sep 17 00:00:00 2001 From: wingedfox Date: Thu, 11 Jan 2007 12:42:36 +0100 Subject: JS checks for .hasOwnProperty This patch includes - several helper functions - is* checks - hasOwnProperty method emulator - checks for .hasOwnProperty in all for..in loops darcs-hash:20070111114236-00f02-50a71681e5d04faf086f1b8032a384648378b744.gz --- lib/exe/js.php | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/exe/js.php') diff --git a/lib/exe/js.php b/lib/exe/js.php index 3ed69b476..15cdc6506 100644 --- a/lib/exe/js.php +++ b/lib/exe/js.php @@ -39,6 +39,7 @@ function js_out(){ // Array of needed files $files = array( + DOKU_INC.'lib/scripts/helpers.js', DOKU_INC.'lib/scripts/events.js', DOKU_INC.'lib/scripts/cookie.js', DOKU_INC.'lib/scripts/script.js', -- cgit v1.2.3