Skip to content

Commit a282c1f

Browse files
committed
importHref should execute callbacks always
Fixes: #55
1 parent 4ece366 commit a282c1f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lib/com/vaadin/polymer/Polymer.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -181,6 +181,8 @@ public Object call(Object arg) {
181181
return null;
182182
}
183183
});
184+
} else {
185+
Base.importHref(href, ok, err);
184186
}
185187
}
186188

0 commit comments

Comments
 (0)