jquery.js 90 B

1234567
  1. /**
  2. * Created by hn on 14-3-31.
  3. */
  4. define( function () {
  5. return window.jQuery;
  6. } );