diff --git a/jsanity-0.3.js b/jsanity.js similarity index 99% rename from jsanity-0.3.js rename to jsanity.js index af86807..9ca88fd 100644 --- a/jsanity-0.3.js +++ b/jsanity.js @@ -7,6 +7,7 @@ jSanity = {}; // Default sanitization options var defaults = { + version: '0.3', inputString: '', // The string to sanitize and put into the DOM maxWidth: '600px', // Recommended to prevent outside UI from being pushed to the right maxHeight: '200px', // Recommended to prevent outside UI from being pushed down