order dependency
authorphasefx <phasefx@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Sat, 18 Jun 2005 06:27:44 +0000 (06:27 +0000)
committerphasefx <phasefx@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Sat, 18 Jun 2005 06:27:44 +0000 (06:27 +0000)
git-svn-id: svn://svn.open-ils.org/ILS/trunk@848 dcc99617-32d9-48b4-a31d-7c20da2025e4

Evergreen/staff_client/chrome/content/evergreen/util/util_overlay.xul

index 4e27a97..201a94c 100644 (file)
                var IAMXUL = true;
        </script>
 
+       <script src="error.js" />       <!-- more like output handling -->
        <script src="util.js" />        <!-- miscellaneous scripts.  want to make this empty -->
        <script src="functional.js" />  <!-- neat use of first-class functions, and some predecessors -->
        <script src="fm_utils.js" />    <!-- some convenience functions for fieldmapper objects -->
-       <script src="error.js" />       <!-- more like output handling -->
        <script src="validate.js" />    <!-- some validation functions -->
        <script src="widgets.js" />     <!-- some convenience functions for XUL/HTML elements.  want to eliminate overlap with webutils -->
        <script src="populate.js" />    <!-- populate widgets (like menus) with values -->