summaryrefslogtreecommitdiff
path: root/thirdparty/URI.js/test/pre_libs.js
blob: c12a06e76e6aed3983c19f09e89d18ffe8aea6fc (plain)
1
2
3
4
5
6
7
/*global window */
// FIXME: v2.0.0 renamce non-camelCase properties to uppercase
/*jshint camelcase: false */
window.URI                = window.URI_pre_lib                = 'original URI, before loading URI.js library';
window.URITemplate        = window.URITemplate_pre_lib        = 'original URITemplate, before loading URI.js library';
window.IPv6               = window.IPv6_pre_lib               = 'original IPv6, before loading URI.js library';
window.SecondLevelDomains = window.SecondLevelDomains_pre_lib = 'original SecondLevelDomains, before loading URI.js library';