Removed unused util.htmlEscape
This commit is contained in:
@@ -7,16 +7,6 @@ getJasmineRequireObj().util = function(j$) {
|
||||
childClass.prototype = new Subclass();
|
||||
};
|
||||
|
||||
util.htmlEscape = function(str) {
|
||||
if (!str) {
|
||||
return str;
|
||||
}
|
||||
return str
|
||||
.replace(/&/g, '&')
|
||||
.replace(/</g, '<')
|
||||
.replace(/>/g, '>');
|
||||
};
|
||||
|
||||
util.argsToArray = function(args) {
|
||||
var arrayOfArgs = [];
|
||||
for (var i = 0; i < args.length; i++) {
|
||||
|
||||
Reference in New Issue
Block a user