]> git.evergreen-ils.org Git - Evergreen.git/commit
some small cleaning
authorerickson <erickson@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Thu, 5 Jan 2006 23:41:08 +0000 (23:41 +0000)
committererickson <erickson@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Thu, 5 Jan 2006 23:41:08 +0000 (23:41 +0000)
commitdff652523ea26af35ecb527c1547a44da616f64c
treeb03469a5aa9a0d6fa05e63e54726415e201fcc16
parent4b9353162ddd17b42070782b1ec9e735dde5a750
some small cleaning
added some utility methods

spidermonkey can now take arbitrary perl objects and push them into
and retrieve them from the JS runtime.  this only works if support JS
libs are provided to the constructor

git-svn-id: svn://svn.open-ils.org/ILS/trunk@2635 dcc99617-32d9-48b4-a31d-7c20da2025e4
Open-ILS/src/perlmods/OpenILS/Application/AppUtils.pm
Open-ILS/src/perlmods/OpenILS/Application/Circ.pm
Open-ILS/src/perlmods/OpenILS/Application/Circ/Money.pm
Open-ILS/src/perlmods/OpenILS/Application/Circ/Rules.pm
Open-ILS/src/perlmods/OpenILS/Utils/ScriptRunner.pm
Open-ILS/src/perlmods/OpenILS/Utils/SpiderMonkey.pm