Moved the init test script off into a separate file.
[jquery.git] / test / data / testinit.js
1 var jQuery = this.jQuery || "jQuery", // For testing .noConflict()
2         $ = this.$ || "$",
3         originaljQuery = jQuery,
4         original$ = $;