diff options
author | Alexander Schmitz <arschmitz@gmail.com> | 2015-08-21 00:13:44 -0400 |
---|---|---|
committer | Alexander Schmitz <arschmitz@gmail.com> | 2015-08-21 08:06:24 -0400 |
commit | c13ddf22ed33ea23e5410735c118550a673feb58 (patch) | |
tree | b58b1c2010dce954ffac17f65ed259614ce00c5a /tests/lib/css.js | |
parent | 8e28f474e5088fc4502131d76aba7807930f15af (diff) | |
download | jquery-ui-c13ddf22ed33ea23e5410735c118550a673feb58.tar.gz jquery-ui-c13ddf22ed33ea23e5410735c118550a673feb58.zip |
Tests: Style updates
Ref #14246
Ref gh-1588
Diffstat (limited to 'tests/lib/css.js')
-rw-r--r-- | tests/lib/css.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/lib/css.js b/tests/lib/css.js index 37353e912..ab707ad2a 100644 --- a/tests/lib/css.js +++ b/tests/lib/css.js @@ -1,4 +1,4 @@ -(function() { +( function() { function includeStyle( url ) { document.write( "<link rel='stylesheet' href='../../../" + url + "'>" ); |