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 1
1
{
2
2
"name" : " text" ,
3
- "version" : " 2.0.9 " ,
3
+ "version" : " 2.0.10 " ,
4
4
"description" : " An AMD loader plugin for loading text resources." ,
5
5
"categories" : [
6
6
" Loader plugins"
Original file line number Diff line number Diff line change 1
1
/**
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.
3
3
* Available via the MIT or new BSD license.
4
4
* see: http://github.com/requirejs/text for details
5
5
*/
@@ -23,7 +23,7 @@ define(['module'], function (module) {
23
23
masterConfig = ( module . config && module . config ( ) ) || { } ;
24
24
25
25
text = {
26
- version : '2.0.9 ' ,
26
+ version : '2.0.10 ' ,
27
27
28
28
strip : function ( content ) {
29
29
//Strips <?xml ...?> declarations so that external SVG and XML
You can’t perform that action at this time.
0 commit comments