From 6887a0f57307820b097b51aee952c555bcf69024 Mon Sep 17 00:00:00 2001 From: Anders Kaseorg Date: Fri, 20 Jan 2017 12:29:59 -0500 Subject: lib: Upgrade Dojo and Dijit from 1.8.3 to 1.12.1 The itemNode and expandoNode elements have changed from img to span (https://bugs.dojotoolkit.org/ticket/16699), so we now put our tree icons inside them rather than replacing them. Signed-off-by: Anders Kaseorg --- lib/dijit/MenuSeparator.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/dijit/MenuSeparator.js') diff --git a/lib/dijit/MenuSeparator.js b/lib/dijit/MenuSeparator.js index 45814a088..0b6ede9f6 100644 --- a/lib/dijit/MenuSeparator.js +++ b/lib/dijit/MenuSeparator.js @@ -1,2 +1,2 @@ //>>built -require({cache:{"url:dijit/templates/MenuSeparator.html":"\n\t\n\t\t
\n\t\t
\n\t\n\t\n\t\t
\n\t\t
\n\t\n"}});define("dijit/MenuSeparator",["dojo/_base/declare","dojo/dom","./_WidgetBase","./_TemplatedMixin","./_Contained","dojo/text!./templates/MenuSeparator.html"],function(_1,_2,_3,_4,_5,_6){return _1("dijit.MenuSeparator",[_3,_4,_5],{templateString:_6,buildRendering:function(){this.inherited(arguments);_2.setSelectable(this.domNode,false);},isFocusable:function(){return false;}});}); \ No newline at end of file +require({cache:{"url:dijit/templates/MenuSeparator.html":"\n\t\n\t\t
\n\t\t
\n\t\n\t\n\t\t
\n\t\t
\n\t\n\n"}});define("dijit/MenuSeparator",["dojo/_base/declare","dojo/dom","./_WidgetBase","./_TemplatedMixin","./_Contained","dojo/text!./templates/MenuSeparator.html"],function(_1,_2,_3,_4,_5,_6){return _1("dijit.MenuSeparator",[_3,_4,_5],{templateString:_6,buildRendering:function(){this.inherited(arguments);_2.setSelectable(this.domNode,false);},isFocusable:function(){return false;}});}); \ No newline at end of file -- cgit v1.2.3