Skip to content

Commit

Permalink
Build
Browse files Browse the repository at this point in the history
  • Loading branch information
bseth99 committed Nov 12, 2013
1 parent f7ebcc1 commit 486e2b2
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 5 deletions.
1 change: 1 addition & 0 deletions backbone-fiber.js
Original file line number Diff line number Diff line change
Expand Up @@ -300,6 +300,7 @@
initialize: function( options ) {

this.$el.on( 'destroyed', _.bind( this.remove, this ) );
this.options = options || {};

this.children = [];
this.setup( options );
Expand Down
2 changes: 1 addition & 1 deletion backbone-fiber.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "backbone-fiber",
"version": "0.1.0",
"version": "0.1.1",
"ignore": [
"bower_components",
"node_modules",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "Backbone.Fiber",
"title": "",
"description": "",
"version": "0.1.0",
"version": "0.1.1",
"author": {
"name": "Ben Olson",
"url": "http://bseth99.github.com/"
Expand Down
4 changes: 2 additions & 2 deletions src/backbone-fiber.js
Original file line number Diff line number Diff line change
Expand Up @@ -300,8 +300,8 @@
initialize: function( options ) {

this.$el.on( 'destroyed', _.bind( this.remove, this ) );
this.options = options || {};
this.options = options || {};

this.children = [];
this.setup( options );
this.bindData();
Expand Down

0 comments on commit 486e2b2

Please sign in to comment.