Skip to content
This repository has been archived by the owner on Jan 10, 2022. It is now read-only.

Commit

Permalink
update JS and config to latest
Browse files Browse the repository at this point in the history
  • Loading branch information
srsgores committed Jan 6, 2013
1 parent 220426a commit 83f0780
Show file tree
Hide file tree
Showing 7 changed files with 74 additions and 4,852 deletions.
2 changes: 1 addition & 1 deletion docs/coverage.html
Original file line number Diff line number Diff line change
Expand Up @@ -32629,7 +32629,7 @@
<tr>
<td class="line">29</td>
<td class="hits"></td>
<td class="source"> 'jquery': {key:'jquery', url:'jquery-1.8.2.min.js', weight: -100},</td>
<td class="source"> 'jquery': {key:'jquery', url:'jquery-1.8.3.min.js', weight: -100},</td>
</tr>
<tr>
<td class="line">30</td>
Expand Down
2 changes: 1 addition & 1 deletion lib/client/Client.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ var Client = module.exports = function Client(options) {

// Shortcuts to core, must be included somewhere (module or theme) to be rendered
this.coreScripts = {
'jquery':{key:'jquery', url:'jquery-1.8.2.min.js', weight:-100},
'jquery':{key:'jquery', url:'jquery-1.8.3.min.js', weight:-100},
'calipso':{key:'calipso', url:'calipso.js', weight:-50}
}

Expand Down
Loading

0 comments on commit 83f0780

Please sign in to comment.