Skip to content

Commit 35c3ead

Browse files
committed
rev to 2.0.10
1 parent b8e4038 commit 35c3ead

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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"

text.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
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

0 commit comments

Comments
 (0)