Comparing version 0.2.7 to 0.2.8
@@ -1259,2 +1259,6 @@ // Generated by CoffeeScript 1.4.0 | ||
function ItemView() { | ||
return ItemView.__super__.constructor.apply(this, arguments); | ||
} | ||
ItemView.prototype._configure = function() { | ||
@@ -1287,6 +1291,2 @@ var template, _ref1, _ref2, _ref3, _ref4; | ||
function ItemView() { | ||
ItemView.__super__.constructor.apply(this, arguments); | ||
} | ||
ItemView.prototype.id = function() { | ||
@@ -1598,2 +1598,7 @@ var id; | ||
FormViewMixin = { | ||
initialize: function() { | ||
if (Backbone.ModelBinder && highbrow.browser && this.model) { | ||
return this.binder = new Backbone.ModelBinder(); | ||
} | ||
}, | ||
formToObject: function() { | ||
@@ -1600,0 +1605,0 @@ return this.$('form').toObject(); |
@@ -1268,2 +1268,6 @@ /* | ||
function ItemView() { | ||
return ItemView.__super__.constructor.apply(this, arguments); | ||
} | ||
ItemView.prototype._configure = function() { | ||
@@ -1296,6 +1300,2 @@ var template, _ref1, _ref2, _ref3, _ref4; | ||
function ItemView() { | ||
ItemView.__super__.constructor.apply(this, arguments); | ||
} | ||
ItemView.prototype.id = function() { | ||
@@ -1607,2 +1607,7 @@ var id; | ||
FormViewMixin = { | ||
initialize: function() { | ||
if (Backbone.ModelBinder && highbrow.browser && this.model) { | ||
return this.binder = new Backbone.ModelBinder(); | ||
} | ||
}, | ||
formToObject: function() { | ||
@@ -1609,0 +1614,0 @@ return this.$('form').toObject(); |
@@ -1269,2 +1269,6 @@ /* | ||
function ItemView() { | ||
return ItemView.__super__.constructor.apply(this, arguments); | ||
} | ||
ItemView.prototype._configure = function() { | ||
@@ -1297,6 +1301,2 @@ var template, _ref1, _ref2, _ref3, _ref4; | ||
function ItemView() { | ||
ItemView.__super__.constructor.apply(this, arguments); | ||
} | ||
ItemView.prototype.id = function() { | ||
@@ -1608,2 +1608,7 @@ var id; | ||
FormViewMixin = { | ||
initialize: function() { | ||
if (Backbone.ModelBinder && highbrow.browser && this.model) { | ||
return this.binder = new Backbone.ModelBinder(); | ||
} | ||
}, | ||
formToObject: function() { | ||
@@ -1610,0 +1615,0 @@ return this.$('form').toObject(); |
{ "name": "highbrow" | ||
, "version": "0.2.7" | ||
, "version": "0.2.8" | ||
, "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
322899
5461