Blame view

app/bower_components/jquery/src/ajax/var/nonce.js 73 Bytes
f986e111b   TRUONG   add libs
1
2
3
4
5
  define([
  	"../../core"
  ], function( jQuery ) {
  	return jQuery.now();
  });