src/pyams_skin/resources/js/ext/tinymce/dev/classes/ui/Radio.js
changeset 566 a1707c607eec
parent 565 318533413200
child 567 bca1726b1d85
--- a/src/pyams_skin/resources/js/ext/tinymce/dev/classes/ui/Radio.js	Sun Jul 19 02:02:20 2020 +0200
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,29 +0,0 @@
-/**
- * Radio.js
- *
- * Copyright, Moxiecode Systems AB
- * Released under LGPL License.
- *
- * License: http://www.tinymce.com/license
- * Contributing: http://www.tinymce.com/contributing
- */
-
-/**
- * Creates a new radio button.
- *
- * @-x-less Radio.less
- * @class tinymce.ui.Radio
- * @extends tinymce.ui.Checkbox
- */
-define("tinymce/ui/Radio", [
-	"tinymce/ui/Checkbox"
-], function(Checkbox) {
-	"use strict";
-
-	return Checkbox.extend({
-		Defaults: {
-			classes: "radio",
-			role: "radio"
-		}
-	});
-});
\ No newline at end of file