From f0cfe83e3725f9a3928da97a6e3085e79cb25309 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Mon, 18 Mar 2013 10:26:24 +0400 Subject: upgrade dojo to 1.8.3 (refs #570) --- lib/dijit/form/_FormWidgetMixin.js.uncompressed.js | 227 +++++++++++++++++++++ 1 file changed, 227 insertions(+) create mode 100644 lib/dijit/form/_FormWidgetMixin.js.uncompressed.js (limited to 'lib/dijit/form/_FormWidgetMixin.js.uncompressed.js') diff --git a/lib/dijit/form/_FormWidgetMixin.js.uncompressed.js b/lib/dijit/form/_FormWidgetMixin.js.uncompressed.js new file mode 100644 index 000000000..873466d53 --- /dev/null +++ b/lib/dijit/form/_FormWidgetMixin.js.uncompressed.js @@ -0,0 +1,227 @@ +define("dijit/form/_FormWidgetMixin", [ + "dojo/_base/array", // array.forEach + "dojo/_base/declare", // declare + "dojo/dom-attr", // domAttr.set + "dojo/dom-style", // domStyle.get + "dojo/_base/lang", // lang.hitch lang.isArray + "dojo/mouse", // mouse.isLeft + "dojo/sniff", // has("webkit") + "dojo/window", // winUtils.scrollIntoView + "../a11y" // a11y.hasDefaultTabStop +], function(array, declare, domAttr, domStyle, lang, mouse, has, winUtils, a11y){ + +// module: +// dijit/form/_FormWidgetMixin + +return declare("dijit.form._FormWidgetMixin", null, { + // summary: + // Mixin for widgets corresponding to native HTML elements such as `` or `