File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " text" ,
3- "version" : " 2.0.13 " ,
3+ "version" : " 2.0.14 " ,
44 "main" : " text.js"
55}
Original file line number Diff line number Diff line change 11{
22 "name" : " text" ,
3- "version" : " 2.0.13 " ,
3+ "version" : " 2.0.14 " ,
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.13+ Copyright (c) 2010-2014, The Dojo Foundation All Rights Reserved.
2+ * @license RequireJS text 2.0.14 Copyright (c) 2010-2014, 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.13+ ' ,
26+ version : '2.0.14 ' ,
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