Fix typos preventing some drops

This commit is contained in:
Nathan Gray 2013-04-11 12:22:34 +00:00
parent 8a6bba9ffe
commit 8192f13b3b
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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);