Skip to content

Commit

Permalink
Minor change to intro, outro, and gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
bobmonteverde committed Mar 21, 2012
1 parent 2f017c2 commit e45bc92
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 5 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
# Random Files #
################
*.swp
*~
*.log


Expand Down
4 changes: 2 additions & 2 deletions nv.d3.js
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@
};

})(jQuery);
(function(d3, window){
(function(){
var nv = {version: "0.0.1"};

window.nv = nv;
Expand Down Expand Up @@ -1901,4 +1901,4 @@ nv.models.sparkline = function() {

return chart;
}
})(d3, window);
})();
2 changes: 1 addition & 1 deletion nv.d3.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/intro.js
Original file line number Diff line number Diff line change
@@ -1 +1 @@
(function(d3, window){
(function(){
2 changes: 1 addition & 1 deletion src/outro.js
Original file line number Diff line number Diff line change
@@ -1 +1 @@
})(d3, window);
})();

0 comments on commit e45bc92

Please sign in to comment.