Skip to content

Commit

Permalink
Fix #620 :)
Browse files Browse the repository at this point in the history
  • Loading branch information
mleibman committed May 29, 2013
1 parent 3b28068 commit e36800c
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion slick.formatters.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
/***
* Contains basic SlickGrid formatters.
*
* NOTE: These are merely examples. You will most likely need to implement something more
* robust/extensible/localizable/etc. for your use!
*
* @module Formatters
* @namespace Slick
*/
Expand Down Expand Up @@ -52,4 +56,4 @@
function CheckmarkFormatter(row, cell, value, columnDef, dataContext) {
return value ? "<img src='../images/tick.png'>" : "";
}
})(jQuery);
})(jQuery);

0 comments on commit e36800c

Please sign in to comment.