Comparing version 0.2.23 to 0.2.24
@@ -596,2 +596,3 @@ // Generated by CoffeeScript 1.4.0 | ||
} else { | ||
ctx.root.previousPath = ctx.path; | ||
_this.trigger('show', ctx, result); | ||
@@ -1372,3 +1373,3 @@ } | ||
if (this.className) { | ||
attrs['class'] = this.className; | ||
attrs['class'] = _.result(this, 'className'); | ||
} | ||
@@ -1375,0 +1376,0 @@ return this.setElement(this.make(_.result(this, 'tagName'), attrs), false); |
@@ -605,2 +605,3 @@ /* | ||
} else { | ||
ctx.root.previousPath = ctx.path; | ||
_this.trigger('show', ctx, result); | ||
@@ -1381,3 +1382,3 @@ } | ||
if (this.className) { | ||
attrs['class'] = this.className; | ||
attrs['class'] = _.result(this, 'className'); | ||
} | ||
@@ -1384,0 +1385,0 @@ return this.setElement(this.make(_.result(this, 'tagName'), attrs), false); |
@@ -606,2 +606,3 @@ /* | ||
} else { | ||
ctx.root.previousPath = ctx.path; | ||
_this.trigger('show', ctx, result); | ||
@@ -1382,3 +1383,3 @@ } | ||
if (this.className) { | ||
attrs['class'] = this.className; | ||
attrs['class'] = _.result(this, 'className'); | ||
} | ||
@@ -1385,0 +1386,0 @@ return this.setElement(this.make(_.result(this, 'tagName'), attrs), false); |
{ "name": "highbrow" | ||
, "version": "0.2.23" | ||
, "version": "0.2.24" | ||
, "description": "A Backbone Base Framework" | ||
@@ -4,0 +4,0 @@ , "main": "lib/highbrow.js" |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
326910
5535