Sort elements in the trash, add properties in the context menu, fix issue with Edge

This commit is contained in:
yflory
2016-11-23 18:21:45 +01:00
parent 19e4a2d044
commit 5a5451d94c
6 changed files with 83 additions and 19 deletions

View File

@@ -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, '&lt;');