js/lists/checkboxlist/checkboxlist.js in rsence-pre-2.3.0.15 vs js/lists/checkboxlist/checkboxlist.js in rsence-pre-2.3.0.16
- old
+ new
@@ -1,12 +1,5 @@
-/* RSence
- * Copyright 2009 Riassence Inc.
- * http://riassence.com/
- *
- * You should have received a copy of the GNU General Public License along
- * with this software package. If not, contact licensing@riassence.com
- */
/*** = Description
** This class is still at experimental phase.
** Please assume that the API _will_ change later.
** HCheckboxList is a combined list of HCheckboxes.
@@ -186,6 +179,6 @@
_selectedItems.push( _listItemValue );
}
}
return this;
}
-});
\ No newline at end of file
+});