@dolphinweex/weex-vue-render 0.1.2 → 0.1.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -9596,7 +9596,7 @@ var animation = {
9596
9596
  * @param {String} callback
9597
9597
  */
9598
9598
  transition: function transition (vnode, config, callback) {
9599
- if (!config.styles) { return }
9599
+ if (!vnode || !config.styles) { return }
9600
9600
  return transitionOnce(vnode, config, function () {
9601
9601
  callback && callback();
9602
9602
  })
package/package.json CHANGED
@@ -49,5 +49,5 @@
49
49
  "type": "git",
50
50
  "url": "git+ssh://git@github.com/weexteam/weex-vue-render.git"
51
51
  },
52
- "version": "0.1.2"
52
+ "version": "0.1.3"
53
53
  }