File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " text" ,
3- "version" : " 2.0.9 " ,
3+ "version" : " 2.0.10 " ,
44 "description" : " An AMD loader plugin for loading text resources." ,
55 "categories" : [
66 " Loader plugins"
Original file line number Diff line number Diff line change 11/**
2- * @license RequireJS text 2.0.9 Copyright (c) 2010-2012, The Dojo Foundation All Rights Reserved.
2+ * @license RequireJS text 2.0.10 Copyright (c) 2010-2012, The Dojo Foundation All Rights Reserved.
33 * Available via the MIT or new BSD license.
44 * see: http://github.com/requirejs/text for details
55 */
@@ -23,7 +23,7 @@ define(['module'], function (module) {
2323 masterConfig = ( module . config && module . config ( ) ) || { } ;
2424
2525 text = {
26- version : '2.0.9 ' ,
26+ version : '2.0.10 ' ,
2727
2828 strip : function ( content ) {
2929 //Strips <?xml ...?> declarations so that external SVG and XML
You can’t perform that action at this time.
0 commit comments