AdamNiederer / ng2-mode

Angular Support for Emacs
GNU General Public License v3.0
73 stars 11 forks source link

Added support for method calls on inline arrays #14

Closed OlleLinderos closed 5 years ago

OlleLinderos commented 5 years ago

Just like the previous one, but now also works with arrays. For example [1, 2, 3].splice(a, b).

AdamNiederer commented 5 years ago

Thanks!