Skip to content

Commit

Permalink
remove the 2.3 throw error statement
Browse files Browse the repository at this point in the history
  • Loading branch information
superlancelot committed Aug 6, 2015
1 parent e0287ee commit 8ca3734
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/dragonBones/objects/XMLDataParser.as
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,6 @@
switch (version)
{
case "2.3":
throw new Error("Nonsupport version" + version + "!");
case "3.0":
return XML3DataParser.parseSkeletonData(rawData);
break;
Expand Down

0 comments on commit 8ca3734

Please sign in to comment.