Skip to content

Commit

Permalink
. updated to 1.1.4-SNAPSHOT with the parentEvents destroy fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremychone committed Dec 26, 2014
1 parent 643ffe3 commit b99f15d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions dist/brite-snapshot.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
var brite = brite || {};

brite.version = "1.1.3";
brite.version = "1.1.4-SNAPSHOT";

if ( typeof module === "object" && module && typeof module.exports === "object" ) {
module.exports = brite;
Expand Down Expand Up @@ -847,7 +847,7 @@ if ( typeof module === "object" && module && typeof module.exports === "object"
brite.dao.offAny(component.id);
}

if (component.parentEvents){
if (component.parentEvents && component.$el){
$.each(component.parentEvents,function(key,val){
var parent = component.$el.bView(key);
if (parent && parent.$el){
Expand Down
Loading

0 comments on commit b99f15d

Please sign in to comment.