Fix error introduced in r1852, accidentally moved uiStrings into sanitize.js

git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1872 eee81c28-f429-11dd-99c0-75d572ba1ddd
This commit is contained in:
Jeff Schiller
2010-11-15 09:24:02 +00:00
parent 82f57ab4ab
commit 383d52e157
2 changed files with 11 additions and 11 deletions

View File

@@ -112,17 +112,6 @@ var svgWhiteList_ = {
"munderover": [],
"none": [],
"semantics": []
},
// Interface strings, usually for title elements
uiStrings = {
"pathNodeTooltip": "Drag node to move it. Double-click node to change segment type",
"pathCtrlPtTooltip": "Drag control point to adjust curve properties",
"exportNoBlur": "Blurred elements will appear as un-blurred",
"exportNoImage": "Image elements will not appear",
"exportNoforeignObject": "foreignObject elements will not appear",
"exportNoDashArray": "Strokes will appear filled",
"exportNoText": "Text may not appear as expected"
};
// Produce a Namespace-aware version of svgWhitelist