0

overviewer.js now uses backbone.js for much of it's multiworld handling

This commit is contained in:
Andrew Chin
2012-01-14 13:26:40 -05:00
parent 9f6a4ee698
commit 514e99dcd2
7 changed files with 2427 additions and 3 deletions

View File

@@ -91,3 +91,6 @@ def validateFloat(f, **kwargs):
def validateInt(i, **kwargs):
return int(i)
def validateStr(s, **kwargs):
return str(s)