Neil Fraser
|
a9fdf7844a
|
Fix ordering of requires
Search and replace of a name strikes again.
|
2019-06-07 10:32:57 -07:00 |
|
Neil Fraser
|
5bf7069a2f
|
Remove goog.math.Coordinate
|
2019-06-07 10:32:57 -07:00 |
|
Jim Jiang
|
1b10d134a5
|
Add Block.setEnabled (#2386)
* Implement Block.setEnabled()
From issue #1593. This commit:
- add setEnabled
- deprecate setDisabled
* Update setDisabled calls to setEnabled
Add setEnabled and deprecate setDisabled in
- core/block_svg
Update calls in
- blocks/loops
- blocks/procedures
- core/block_events
- core/events
- core/flyout_base
- core/xml
- tests/workplace_svg/procedure_svg_test
* Implement changes from comments from RoboErikG
- Implement isEnabled()
- Make this.disabled @private
- Make setDisabled(disabled) call setEnabled(!disabled)
- Update setEnabled to use isEnabled()
* Utilize isEnabled() and fix typos
Fix missing parentheses
Implement isEnabled() more widely
Fix lint and parentheses errors
* Change prevDisabledState to prevEnabledState
|
2019-04-23 08:49:07 -07:00 |
|
Neil Fraser
|
dddb94aedd
|
Fix circular dependency.
|
2018-10-16 11:34:10 -07:00 |
|
Neil Fraser
|
e62bb1af73
|
Remove all calls to goog.dom.createDom
All XML node cereations are now centralized.
|
2018-10-16 11:34:10 -07:00 |
|
Neil Fraser
|
0583bee502
|
Correct requires for goog.dom
|
2018-07-11 12:20:02 -07:00 |
|
Neil Fraser
|
06d90c9b34
|
Remove goog.array
|
2018-07-11 12:20:02 -07:00 |
|
Neil Fraser
|
3909bd420a
|
Remove all goog.asserts and goog.isXxx
First step to reducing Closure’s footprint.
|
2018-07-11 12:20:02 -07:00 |
|
Rachel Fenichel
|
14e926a364
|
Update comments in block_events.js
They were inverted.
|
2018-05-10 12:04:05 -07:00 |
|
Rachel Fenichel
|
4a467cef5b
|
Move events back up to core, because moving it to a separate folder was a mistake.
|
2018-04-19 16:53:19 -07:00 |
|