Changes between Initial Version and Version 1 of Ticket #12150, comment 3
- Timestamp:
- Sep 12, 2014, 1:56:51 PM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #12150, comment 3
initial v1 2 2 * We are exposing constructor by passing it as field which start from lowercase letter. 3 3 * I like the idea how it's done in undo plugin - first we create object literal and then add to it constructors as a property which name is exactly the same as contructor. 4 5 Changes in branch:t/12150, but I think we should also make changes listed above.