//>>built 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/window" // winUtils.scrollIntoView ], function(array, declare, kernel, lang, winUtils){ // module: // dijit/form/_FormMixin // summary: // Mixin for containers of form widgets (i.e. widgets that represent a single value // and can be children of a