Skip to content
This repository has been archived by the owner on Jan 1, 2021. It is now read-only.

Commit

Permalink
Fix indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
systemed committed Oct 2, 2011
1 parent dbaf30f commit 039e197
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion net/systemeD/potlatch2/mapfeatures/Feature.as
Expand Up @@ -20,7 +20,7 @@ package net.systemeD.potlatch2.mapfeatures {
private var _xml:XML;
private static var variablesPattern:RegExp = /[$][{]([^}]+)[}]/g;
private var _tags:Array;
private var _withins:Array;
private var _withins:Array;
private var _editors:Array;

[Embed(source="../../../../embedded/missing_icon.png")]
Expand Down

0 comments on commit 039e197

Please sign in to comment.