Follow-up to follow-up to #3718

Cleaned up a few more ununsed things.
This commit is contained in:
Paul O’Shannessy
2015-05-07 17:29:31 -07:00
parent 4bb7abf8fe
commit e135a4dbc3
@@ -14,19 +14,11 @@
'use strict';
var React;
var ReactTestUtils;
var SVGDOMNamespaces = {
xlink: 'http://www.w3.org/1999/xlink',
xml: 'http://www.w3.org/XML/1998/namespace',
xmlns: 'http://www.w3.org/2000/xmlns/'
};
describe('ReactDOMSVG', function() {
beforeEach(function() {
React = require('React');
ReactTestUtils = require('ReactTestUtils');
});
it('creates initial namespaced markup', function() {