From 8192f13b3bf54712bda5d3b82681856cdd70bc9b Mon Sep 17 00:00:00 2001 From: Nathan Gray Date: Thu, 11 Apr 2013 12:22:34 +0000 Subject: [PATCH] Fix typos preventing some drops --- etemplate/js/et2_dataview_controller_selection.js | 2 +- phpgwapi/js/egw_action/egw_action.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/etemplate/js/et2_dataview_controller_selection.js b/etemplate/js/et2_dataview_controller_selection.js index fdea3e68e3..97f2908a5b 100644 --- a/etemplate/js/et2_dataview_controller_selection.js +++ b/etemplate/js/et2_dataview_controller_selection.js @@ -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 diff --git a/phpgwapi/js/egw_action/egw_action.js b/phpgwapi/js/egw_action/egw_action.js index 6c5c060952..2a43280ce1 100644 --- a/phpgwapi/js/egw_action/egw_action.js +++ b/phpgwapi/js/egw_action/egw_action.js @@ -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);