mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-26 00:29:38 +01:00
Fix typos preventing some drops
This commit is contained in:
parent
8a6bba9ffe
commit
8192f13b3b
@ -262,7 +262,7 @@ var et2_dataview_selectionManager = Class.extend({
|
||||
}
|
||||
|
||||
// Connect the the two AOIs
|
||||
dummyAOI.doTriggerEvent = _entry.aoi.doTiggerEvent;
|
||||
dummyAOI.doTriggerEvent = _entry.aoi.doTriggerEvent;
|
||||
|
||||
// Implementation of the getDOMNode function, so that the event
|
||||
// handlers can be properly bound
|
||||
|
@ -367,7 +367,7 @@ egwAction.prototype.execute = function(_senders, _target)
|
||||
{
|
||||
if (typeof _target == "undefined")
|
||||
{
|
||||
_target == null;
|
||||
_target = null;
|
||||
}
|
||||
|
||||
return this.onExecute.exec(this, _senders, _target);
|
||||
|
Loading…
Reference in New Issue
Block a user