Sort elements in the trash, add properties in the context menu, fix issue with Edge
This commit is contained in:
@@ -103,7 +103,8 @@ define([
|
||||
store = Store;
|
||||
});
|
||||
|
||||
var isArray = function (o) { return Object.prototype.toString.call(o) === '[object Array]'; };
|
||||
// var isArray = function (o) { return Object.prototype.toString.call(o) === '[object Array]'; };
|
||||
var isArray = $.isArray;
|
||||
|
||||
var fixHTML = common.fixHTML = function (html) {
|
||||
return html.replace(/</g, '<');
|
||||
|
||||
Reference in New Issue
Block a user