lib/router.rb in isomorfeus-preact-23.7.0.rc5 vs lib/router.rb in isomorfeus-preact-23.8.0.rc1
- old
+ new
@@ -1,4 +1,6 @@
+# backtick_javascript: true
+
class Router < Preact::Component
EVENT_POP_STATE = "popstate"
EVENT_PUSH_STATE = "pushState"
EVENT_REPLACE_STATE = "replaceState"
EVENTS = [EVENT_POP_STATE, EVENT_PUSH_STATE, EVENT_REPLACE_STATE]