diff options
author | Bharat Mediratta <bharat@menalto.com> | 2009-08-07 11:17:07 -0700 |
---|---|---|
committer | Bharat Mediratta <bharat@menalto.com> | 2009-08-07 11:17:07 -0700 |
commit | a5137f59722bcb4867ed4c863b34ddb71d7df3d9 (patch) | |
tree | 28a637fb6ac795e13fa61341b477b464e61fb46a | |
parent | 445a8fb1b6b6f410d1ea432da6d704bf2f59a14d (diff) |
Remove boilerplate comment.
-rw-r--r-- | lib/gallery.common.js | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/gallery.common.js b/lib/gallery.common.js index 50652532..7fced304 100644 --- a/lib/gallery.common.js +++ b/lib/gallery.common.js @@ -1,7 +1,3 @@ -/** - * To change this template, choose Tools | Templates - * and open the template in the editor. - */ (function ($) { $.fn.showMessage = function(message) { return this.each(function(i){ |