spec/dummy/app/assets/javascripts/dummy/posts/index.js.coffee in initjs-1.0.0 vs spec/dummy/app/assets/javascripts/dummy/posts/index.js.coffee in initjs-1.0.1
- old
+ new
@@ -1 +1 @@
-Dummy.Posts = {} if Dummy.Posts is undefined
+Dummy.Posts ?= {}
- old
+ new