Well, sending messages took longer than it should have
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
/*
|
||||
Sam Russell
|
||||
Captured Sun
|
||||
11.25.25.1 - Added minHeight and minWidth to be counted as numerical styles
|
||||
11.25.25 - Added onChange for check boxes, added setQuery / onQueryChanged for easy filtering
|
||||
11.24.25 - Fixing onClick because it was reversed, adding event to onHover params
|
||||
11.23.25 - Added onSubmit() event for form submission, added marginHorizontal() and marginVertical()
|
||||
@@ -292,6 +293,8 @@ function extendHTMLElementWithStyleSetters() {
|
||||
case "height":
|
||||
case "maxWidth":
|
||||
case "maxHeight":
|
||||
case "minWidth":
|
||||
case "minHeight":
|
||||
|
||||
case "left":
|
||||
case "top":
|
||||
|
||||
Reference in New Issue
Block a user