Skip to content

Commit

Permalink
Reformatting code based on new IDE settings, completely superficial
Browse files Browse the repository at this point in the history
  • Loading branch information
avoidwork committed Jun 11, 2015
1 parent 1dd36e7 commit ebf0d88
Show file tree
Hide file tree
Showing 17 changed files with 1,013 additions and 996 deletions.
1,001 changes: 503 additions & 498 deletions lib/tenso.es6.js

Large diffs are not rendered by default.

7 changes: 7 additions & 0 deletions lib/tenso.js
Original file line number Diff line number Diff line change
Expand Up @@ -1152,6 +1152,13 @@ function prepare(arg, error, status) {
};
}

/**
* Sanitizes outbound Strings to avoid XSS issues
*
* @method sanitize
* @param {String} arg String to sanitize
* @return {String} Sanitized String
*/
function sanitize(arg) {
var output = arg;

Expand Down
Loading

0 comments on commit ebf0d88

Please sign in to comment.