diff options
author | wingedfox <wingedfox@debugger.ru> | 2007-01-11 12:42:36 +0100 |
---|---|---|
committer | wingedfox <wingedfox@debugger.ru> | 2007-01-11 12:42:36 +0100 |
commit | 86045fe98676ce35b8c0bf852eaff3439f99be75 (patch) | |
tree | 0bfd41842bf33b0ba9c7b4cee0c42abb7b41d92d /lib/exe | |
parent | 14d41ebada315241c6687b38745962c8fdc1f574 (diff) | |
download | rpg-86045fe98676ce35b8c0bf852eaff3439f99be75.tar.gz rpg-86045fe98676ce35b8c0bf852eaff3439f99be75.tar.bz2 |
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
Diffstat (limited to 'lib/exe')
-rw-r--r-- | lib/exe/js.php | 1 |
1 files changed, 1 insertions, 0 deletions
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', |