features.js revision 36171b4d841003650e1803f6647c7aea01e4bc11
var feature_tests = {};
},
// results = {};
result = '';
if (cat_o) {
// results[k] = Y.Features.test(cat, k, args);
result += k + ':' +
});
}
return result;
},
if (!feature) {
} else {
if (ua) {
}
}
}
}
return result;
}
});
// Y.Features.add("load", "1", {});
// Y.Features.test("load", "1");
// caps=1:1;2:0;3:1;
/* This file is auto-generated by src/loader/meta_join.py */
"name": "autocomplete-list-keys",
"test": function (Y) {
// Only add keyboard support to autocomplete-list if this doesn't appear to
// be an iOS or Android-based mobile device.
//
// There's currently no feasible way to actually detect whether a device has
// a hardware keyboard, so this sniff will have to do. It can easily be
// overridden by manually loading the autocomplete-list-keys module.
//
// Worth noting: even though iOS supports bluetooth keyboards, Mobile Safari
// doesn't fire the keyboard events used by AutoCompleteList, so there's
// no point loading the -keys module even when a bluetooth keyboard may be
// available.
},
"trigger": "autocomplete-list"
});
"name": "dom-style-ie",
"test": function (Y) {
DOCUMENT_ELEMENT = 'documentElement',
ret = false;
test: function() {
}
});
test: function() {
}
});
return ret;
},
"trigger": "dom-style"
});
// 0
"name": "widget-base-ie",
"trigger": "widget-base",
"ua": "ie"
});
"name": "event-base-ie",
"test": function(Y) {
},
"trigger": "node-base"
});
"name": "dd-gestures",
"test": function(Y) {
},
"trigger": "dd-drag"
});
"name": "history-hash-ie",
"test": function (Y) {
},
"trigger": "history-hash"
});