mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-02 22:17:03 +03:00
Code refactoring
This commit is contained in:
parent
ffde4f03a8
commit
b7709c8117
21 changed files with 291 additions and 192 deletions
|
|
@ -27,4 +27,10 @@ disableContextMenu:function(){return false;this.on("contextmenu",
|
|||
|
||||
proto:{addTarget:function(a,e){a.on("contextmenu",function(a){
|
||||
-->
|
||||
proto:{addTarget:function(a,e){a.on("contextmenu",function(a){return false;
|
||||
proto:{addTarget:function(a,e){a.on("contextmenu",function(a){return false;
|
||||
|
||||
---
|
||||
|
||||
var a=this.$.nodeName.toLowerCase();
|
||||
-->
|
||||
var a=(this.$?(this.$.nodeName||''):'').toLowerCase();
|
||||
Loading…
Add table
Add a link
Reference in a new issue