-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix the draggable attribute & flesh out enumerated property support.
The dragabble attribute was not being correctly recognised - when specified it must have only two values, the strings "true" and "false". Previously it was treated as a boolean attribute, which lead to true being accepted while false did not work at all. Change this so the only acceptable values are the two supported strings. Add some belt and braces when specifying the value in an object spec so you cannot accidentally specify an unsupported value.
- Loading branch information
1 parent
6494056
commit d00e763
Showing
2 changed files
with
88 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters