Skip to content

Commit

Permalink
remove leftover console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
jamgold committed Jan 6, 2015
1 parent dc627e8 commit d6bb28c
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 2 deletions.
1 change: 0 additions & 1 deletion jamgold:bootstrap3boilerplate.js
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@ Bootstrap3boilerplate = {
title: new ReactiveVar( 'Modal Header' ),
body: new ReactiveVar( 'Modal Body' ),
show: function(){
console.log(this);
Bootstrap3boilerplate.Modal.template.$('#'+this.id).modal();
}
},
Expand Down
2 changes: 1 addition & 1 deletion package.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package.describe({
name: 'jamgold:bootstrap3boilerplate',
summary: 'Provide basic bootstrap-3 template with alert & modal & navbar & footer',
version: '0.0.3_1',
version: '0.0.3_2',
git: 'https://github.com/jamgold/jamgold-bootstrap3boilerplate'
});

Expand Down

0 comments on commit d6bb28c

Please sign in to comment.