Blame view

bower_components/jquery/src/ajax/var/nonce.js 75 Bytes
f6e211e4   Administrator   finish work part 1
1
2
3
4
5
  define( [
  	"../../core"
  ], function( jQuery ) {
  	return jQuery.now();
  } );