Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
'/\\\(?!&#|\?#)/'
\\\
&#
?#
'\\'
'\'
/\\(?!&#|\?#)/
(
\&#
\?#
After upgrading kineticjs from 4.0.5 to 4.5.1, I get
Uncaught TypeError: Object #<Object> has no method 'transitionTo'
Following code works with the pr