projects
/
potlatch2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
03d1ac7
)
tidy
author
Andy Allan
<andy@gravitystorm.co.uk>
Mon, 23 May 2011 17:47:23 +0000
(18:47 +0100)
committer
Andy Allan
<andy@gravitystorm.co.uk>
Mon, 23 May 2011 17:47:23 +0000
(18:47 +0100)
net/systemeD/potlatch2/BugConnection.as
patch
|
blob
|
history
diff --git
a/net/systemeD/potlatch2/BugConnection.as
b/net/systemeD/potlatch2/BugConnection.as
index 9e369069b35da2d3782bcfcc67600649673e9350..ee5693424e560813ece15a283e282cad667c2d0a 100644
(file)
--- a/
net/systemeD/potlatch2/BugConnection.as
+++ b/
net/systemeD/potlatch2/BugConnection.as
@@
-69,7
+69,7
@@
package net.systemeD.potlatch2 {
top:Number, bottom:Number):void {
// Should be guarded against multiple calls really.
- if (policyURL != "") { Security.loadPolicyFile(policyURL);
trace("policy");};
+ if (policyURL != "") { Security.loadPolicyFile(policyURL);
}
var loader:URLLoader = new URLLoader();
loader.addEventListener(Event.COMPLETE, parseJSON);