ソースを参照

fixes #62 issue with turbolinks

Bryan Tomlin 4 年 前
コミット
88164e242b

ファイルの差分が大きいため隠しています
+ 0 - 0
dist/spruce.js


ファイルの差分が大きいため隠しています
+ 0 - 0
dist/spruce.js.map


ファイルの差分が大きいため隠しています
+ 0 - 0
dist/spruce.module.js


ファイルの差分が大きいため隠しています
+ 0 - 0
dist/spruce.module.js.map


ファイルの差分が大きいため隠しています
+ 0 - 0
dist/spruce.umd.js


ファイルの差分が大きいため隠しています
+ 0 - 0
dist/spruce.umd.js.map


+ 0 - 2
src/index.js

@@ -16,8 +16,6 @@ const Spruce = {
         
         this.attach()
 
-        document.addEventListener('turbolinks:render', this.attach)
-
         this.stores = createObservable(this.stores, {
             set: (target, key, value) => {
                 this.events.runWatchers(this.stores, target, key, value)

この差分においてかなりの量のファイルが変更されているため、一部のファイルを表示していません