Skip to content
This repository was archived by the owner on Apr 6, 2021. It is now read-only.

Commit 293afab

Browse files
author
chrisisbeef
committed
Repackaging Source
1 parent ea0b850 commit 293afab

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

src/main/resources/Base.esapi.properties.js

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,9 @@
1111
* LICENSE before you use, modify, and/or redistribute this software.
1212
*/
1313

14-
var $ESAPI_Properties = {
14+
$namespace('Base.esapi.properties');
15+
16+
Base.esapi.properties = {
1517
application: {
1618
Name: 'ESAPI4JS Base Application'
1719
},
@@ -27,8 +29,7 @@ var $ESAPI_Properties = {
2729
Appenders: [ ],
2830
LogUrl: false,
2931
LogApplicationName: false,
30-
EncodingRequired: true,
31-
32+
EncodingRequired: true
3233
},
3334

3435
encoder: {

0 commit comments

Comments
 (0)