Lines Matching refs:con
56 * @default con
60 * @description The Constrained instance will be placed on the Drag instance under the con namespace.
63 C.NS = 'con';
137 setter: function(con) {
138 var node = Y.one(con);
140 con = node;
142 return con;
281 var con = this.get('constrain'),
285 if (con) {
286 if (con instanceof Y.Node) {
295 } else if (Y.Lang.isObject(con)) {
296 region = Y.clone(con);
299 if (!con || !region) {
300 con = VIEW;
302 if (con === VIEW) {