Neil Fraser
|
e06d4e648c
|
Rename BlockAnimation > blockAnimation
Issue 2102. And do a full recompile due to changed the dependency name.
|
2019-07-08 17:31:38 -07:00 |
|
Neil Fraser
|
848d3a3509
|
Move setCssTransform & createSvgElement to dom.
Also move SVG_NS and HTML_NS properties.
|
2019-06-07 10:32:57 -07:00 |
|
Neil Fraser
|
d1a29739d8
|
Move utilities into own directory.
TODO: There are more functions which may be migrated into dom and string.
|
2019-06-07 10:32:57 -07:00 |
|
Andrew n marshall
|
411ec9724e
|
Replacing node.parentNode.removeChild(node)
...with Blockly.utils.removeNode(..), which includes
a null/undefined check on parentNode before continuing.
|
2018-09-04 13:31:53 -07:00 |
|
Neil Fraser
|
c51cf0b79c
|
Remove goog.dom.removeNode
|
2018-07-11 12:20:02 -07:00 |
|
Neil Fraser
|
0583bee502
|
Correct requires for goog.dom
|
2018-07-11 12:20:02 -07:00 |
|
Neil Fraser
|
284b79407e
|
Require Blockly.utils where needed.
|
2018-07-11 12:20:02 -07:00 |
|
Rachel Fenichel
|
4e3b114832
|
Move block animation code to a new file and rebuild
|
2018-04-16 15:28:52 -07:00 |
|