Projet

Général

Profil

Paste
Télécharger (200 octets) Statistiques
| Branche: | Révision:

root / drupal7 / sites / all / libraries / flexslider-2.5.0 / bower_components / jquery / src / attributes.js @ 0aee3c58

1
define([
2
        "./core",
3
        "./attributes/val",
4
        "./attributes/attr",
5
        "./attributes/prop",
6
        "./attributes/classes"
7
], function( jQuery ) {
8

    
9
// Return jQuery for attributes-only inclusion
10
return jQuery;
11
});