You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@shindig.apache.org by li...@apache.org on 2010/04/20 01:07:24 UTC

svn commit: r935766 - /shindig/trunk/features/src/main/javascript/features/core.legacy/legacy.js

Author: lindner
Date: Mon Apr 19 23:07:24 2010
New Revision: 935766

URL: http://svn.apache.org/viewvc?rev=935766&view=rev
Log:
SHINDIG-198 | legacy stub

Modified:
    shindig/trunk/features/src/main/javascript/features/core.legacy/legacy.js

Modified: shindig/trunk/features/src/main/javascript/features/core.legacy/legacy.js
URL: http://svn.apache.org/viewvc/shindig/trunk/features/src/main/javascript/features/core.legacy/legacy.js?rev=935766&r1=935765&r2=935766&view=diff
==============================================================================
--- shindig/trunk/features/src/main/javascript/features/core.legacy/legacy.js (original)
+++ shindig/trunk/features/src/main/javascript/features/core.legacy/legacy.js Mon Apr 19 23:07:24 2010
@@ -370,3 +370,15 @@ function _exportSymbols(name, sym) {
     attach[sym[k]] = sym[k + 1];
   }
 }
+
+/**
+ * @deprecated
+ * @param {Object} src
+ * @param {string} etype
+ * @param {function} func
+ * TODO - implement
+ */
+function _IG_AddDOMEventHandler(src, etype, func) {
+  gadgets.log.warn("_IG_AddDOMEventHandler not implemented - see SHINDIG-198");
+}
+