From 870334be3f58507c05bfc72f3edbe5db10af4caf Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Tue, 2 Apr 2013 20:06:16 +0400 Subject: remove dojo uncompressed files --- lib/dijit/form/RadioButton.js.uncompressed.js | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 lib/dijit/form/RadioButton.js.uncompressed.js (limited to 'lib/dijit/form/RadioButton.js.uncompressed.js') diff --git a/lib/dijit/form/RadioButton.js.uncompressed.js b/lib/dijit/form/RadioButton.js.uncompressed.js deleted file mode 100644 index a7f723bd0..000000000 --- a/lib/dijit/form/RadioButton.js.uncompressed.js +++ /dev/null @@ -1,16 +0,0 @@ -define("dijit/form/RadioButton", [ - "dojo/_base/declare", // declare - "./CheckBox", - "./_RadioButtonMixin" -], function(declare, CheckBox, _RadioButtonMixin){ - - // module: - // dijit/form/RadioButton - - return declare("dijit.form.RadioButton", [CheckBox, _RadioButtonMixin], { - // summary: - // Same as an HTML radio, but with fancy styling. - - baseClass: "dijitRadio" - }); -}); -- cgit v1.2.3