define("dijit/form/_FormMixin", [ "dojo/_base/array", // array.every array.filter array.forEach array.indexOf array.map "dojo/_base/declare", // declare "dojo/_base/kernel", // kernel.deprecated "dojo/_base/lang", // lang.hitch lang.isArray "dojo/on", "dojo/window" // winUtils.scrollIntoView ], function(array, declare, kernel, lang, on, winUtils){ // module: // dijit/form/_FormMixin return declare("dijit.form._FormMixin", null, { // summary: // Mixin for containers of form widgets (i.e. widgets that represent a single value // and can be children of a `