ソースを参照

Exposing startRequestsImmediately property

Mattt Thompson 11 年 前
コミット
a8fb87db78
1 ファイル変更2 行追加2 行削除
  1. 2 2
      Source/Alamofire.swift

+ 2 - 2
Source/Alamofire.swift

@@ -222,9 +222,9 @@ public class Manager {
 
     public let session: NSURLSession!
 
-    let operationQueue: NSOperationQueue = NSOperationQueue()
+    public var startRequestsImmediately: Bool = true
 
-    var startRequestsImmediately: Bool = true
+    let operationQueue: NSOperationQueue = NSOperationQueue()
 
     required public init(configuration: NSURLSessionConfiguration? = nil) {
         self.delegate = SessionDelegate()