[Pkg-javascript-commits] [dojo] 07/12: gfx: bugfix - added missing shape elements to the list, thx Jared!, !strict, refs #10491.

David Prévot taffit at moszumanska.debian.org
Thu Aug 21 17:39:00 UTC 2014


This is an automated email from the git hooks/post-receive script.

taffit pushed a commit to annotated tag 1.4.5
in repository dojo.

commit 1595397b8b64cdb896078a11d7d3a58f9bb35080
Author: Eugene Lazutkin <eugene at lazutkin.com>
Date:   Wed May 5 19:24:14 2010 +0000

    gfx: bugfix - added missing shape elements to the list, thx Jared!, !strict, refs #10491.
    
    git-svn-id: http://svn.dojotoolkit.org/src/branches/1.4/dojo@22077 560b804f-0ae3-0310-86f3-f6aa0a117693
---
 _base/_loader/hostenv_browser.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/_base/_loader/hostenv_browser.js b/_base/_loader/hostenv_browser.js
index 324a65f..76000f6 100644
--- a/_base/_loader/hostenv_browser.js
+++ b/_base/_loader/hostenv_browser.js
@@ -412,7 +412,7 @@ if(typeof window != 'undefined'){
 
 		try{
 			document.namespaces.add("v","urn:schemas-microsoft-com:vml");
-			var vmlElems = ["*", "group", "roundrect", "oval", "shape", "rect", "imagedata"],
+			var vmlElems = ["*", "group", "roundrect", "oval", "shape", "rect", "imagedata", "path", "textpath", "text"],
 				i = 0, l = 1, s = document.createStyleSheet();
 			if(dojo.isIE >= 8){
 				i = 1;

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