Lines Matching refs:con
54 * @default con
58 * @description The Constrained instance will be placed on the Drag instance under the con namespace.
61 C.NS = 'con';
135 setter: function(con) {
136 var node = Y.one(con);
138 con = node;
140 return con;
279 var con = this.get('constrain'),
283 if (con) {
284 if (con instanceof Y.Node) {
293 } else if (Y.Lang.isObject(con)) {
294 region = Y.clone(con);
297 if (!con || !region) {
298 con = VIEW;
300 if (con === VIEW) {