Update getClosestVueParent.js

Removed change as requested
This commit is contained in:
Paulo dos Santos 2016-11-19 06:50:50 -02:00 committed by GitHub
parent 9049ccfb02
commit 19db71d6ff

View file

@ -1,4 +1,4 @@
let getClosestVueParent = ($parent = {}, cssClass) => {
let getClosestVueParent = ($parent, cssClass) => {
if (!$parent.$el) {
return false;
}