Skip to content

Commit

Permalink
fixed banner
Browse files Browse the repository at this point in the history
  • Loading branch information
Derick Bailey committed May 13, 2014
1 parent 21e3d05 commit cd11a27
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 2 additions & 1 deletion dist/backbone.fwd.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
// v0.1.0
// Copyright (C)2014 Muted Solutions, LLC.
// Distributed under MIT license
// http://mutedsolutions.com
//
// https://github.com/derickbailey/backbone.fwd

Backbone.fwd = function(source, options){
options = options || {};
Expand Down
3 changes: 2 additions & 1 deletion dist/backbone.fwd.min.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
// v0.1.0
// Copyright (C)2014 Muted Solutions, LLC.
// Distributed under MIT license
// http://mutedsolutions.com
//
// https://github.com/derickbailey/backbone.fwd

Backbone.fwd=function(a,b){b=b||{},this.listenTo(a,"all",function(){var a=Array.prototype.slice.call(arguments),c=a.shift();b.prefix&&(c=b.prefix+":"+c),b.suffix&&(c=c+":"+b.suffix),a.unshift(c),this.trigger.apply(this,a)},this)};
3 changes: 2 additions & 1 deletion gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ module.exports = function(grunt){
"// v<%= pkg.version %>\n" +
"// Copyright (C)<%= grunt.template.today('yyyy') %> Muted Solutions, LLC.\n" +
"// Distributed under MIT license\n" +
"// http://mutedsolutions.com\n" +
"// \n" +
"// https://github.com/derickbailey/backbone.fwd\n" +
"\n"
},

Expand Down

0 comments on commit cd11a27

Please sign in to comment.