mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
move requires to correct file
This commit is contained in:
committed by
Nick Martin
parent
2915d907e1
commit
1bffb63b63
@@ -1,6 +1,3 @@
|
||||
var crypto = __meteor_bootstrap__.require("crypto");
|
||||
var querystring = __meteor_bootstrap__.require("querystring");
|
||||
|
||||
(function () {
|
||||
var connect = __meteor_bootstrap__.require("connect");
|
||||
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
var crypto = __meteor_bootstrap__.require("crypto");
|
||||
var querystring = __meteor_bootstrap__.require("querystring");
|
||||
|
||||
// XXX Use oauth verifier
|
||||
|
||||
|
||||
Reference in New Issue
Block a user