Files
blockly/core
RoboErikG fab59facee Update extensions.js to be compatible with ADVANCED_OPTIMIZATIONS (#1253)
* Update extensions.js to be compatible with ADVANCED_OPTIMIZATIONS

We were using strings to check for the existence of properties on
a mutator, which breaks if those properties were renamed by the
closure compiler. This updates all of the uses to direct function
references so that anyone building with advanced optimizations turned
on will get the correct method references in their mutators.

fixes #1251

* Update to extensions.js for advanced optimizations

Some minor updates to making extensions.js work with advanced
optimizations.

* use === undefined instead of typeof == 'undefined'
2017-08-03 15:18:41 -07:00
..
2017-07-20 16:47:37 -07:00
2017-03-03 13:22:50 -08:00
2017-06-08 15:15:17 -07:00
2017-02-03 14:01:18 -08:00
2017-07-20 16:47:37 -07:00
2017-06-08 15:44:43 -07:00
2016-12-09 22:10:36 -08:00
2017-05-24 16:14:24 -07:00
2017-05-24 16:14:24 -07:00
2017-04-19 14:38:22 -07:00
2015-07-02 19:59:32 -07:00
2017-06-09 14:42:14 -07:00
2017-06-20 13:15:28 -07:00