[Pkg-javascript-commits] [dojo] 10/87: Fix dojo.getNodeProp alias; fixes #14296 on 1.7 branch
David Prévot
taffit at moszumanska.debian.org
Thu Aug 21 17:39:14 UTC 2014
This is an automated email from the git hooks/post-receive script.
taffit pushed a commit to annotated tag 1.7.5
in repository dojo.
commit 920909f889c72280853c42a21f9a890ccab05913
Author: Kenneth G. Franqueiro <kenneth.franqueiro at gmail.com>
Date: Wed Nov 23 04:57:54 2011 +0000
Fix dojo.getNodeProp alias; fixes #14296 on 1.7 branch
git-svn-id: http://svn.dojotoolkit.org/src/branches/1.7/dojo@27110 560b804f-0ae3-0310-86f3-f6aa0a117693
---
_base/html.js | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/_base/html.js b/_base/html.js
index 95cba16..3fe6adc 100644
--- a/_base/html.js
+++ b/_base/html.js
@@ -14,7 +14,7 @@ define(["./kernel", "../dom", "../dom-style", "../dom-attr", "../dom-prop", "../
dojo.setAttr = attr.set;
dojo.hasAttr = attr.has;
dojo.removeAttr = attr.remove;
- dojo.getPropNode = attr.getNodeProp;
+ dojo.getNodeProp = attr.getNodeProp;
dojo.attr = function(node, name, value){
// summary:
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/dojo.git
More information about the Pkg-javascript-commits
mailing list