瀏覽代碼

Merge pull request #63 from bdtomlin/1.x

fixes #62 issue with turbolinks
Ryan Chandler 4 年之前
父節點
當前提交
30f60d4eba
共有 7 個文件被更改,包括 0 次插入2 次删除
  1. 0 0
      dist/spruce.js
  2. 0 0
      dist/spruce.js.map
  3. 0 0
      dist/spruce.module.js
  4. 0 0
      dist/spruce.module.js.map
  5. 0 0
      dist/spruce.umd.js
  6. 0 0
      dist/spruce.umd.js.map
  7. 0 2
      src/index.js

File diff suppressed because it is too large
+ 0 - 0
dist/spruce.js


File diff suppressed because it is too large
+ 0 - 0
dist/spruce.js.map


File diff suppressed because it is too large
+ 0 - 0
dist/spruce.module.js


File diff suppressed because it is too large
+ 0 - 0
dist/spruce.module.js.map


File diff suppressed because it is too large
+ 0 - 0
dist/spruce.umd.js


File diff suppressed because it is too large
+ 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)

Some files were not shown because too many files changed in this diff