Skip to content

Commit

Permalink
jq1.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
lizzie committed Jun 19, 2013
1 parent ee9191f commit 6ef282c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
2 changes: 1 addition & 1 deletion static/js/site.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
seajs.use(['jquery', 'arale/popup/1.1.0/popup'], function($, Popup) {
seajs.use(['jquery', 'arale/popup/1.0.2/popup'], function($, Popup) {

$(function(){
$('h4 em, h3 em, h3 code, h4 code').parent().addClass('doc-api')
Expand Down
9 changes: 4 additions & 5 deletions templates/snippet/head.html
Original file line number Diff line number Diff line change
Expand Up @@ -62,10 +62,9 @@

seajs.config({
alias: {
"$": 'jquery/jquery/1.10.1/jquery',
"$-debug": 'jquery/jquery/1.10.1/jquery-debug',
jquery: 'jquery/jquery/1.10.1/jquery',
"jquery-debug": 'jquery/jquery/1.10.1/jquery-debug',
"$": 'jquery/jquery/1.7.2/jquery',
jquery: 'jquery/jquery/1.7.2/jquery',
"jquery-debug": 'jquery/jquery/1.7.2/jquery-debug',
expect: "gallery/expect/0.2.0/expect",
puerh: "popomore/puerh/0.1.0/puerh",
sinon: "gallery/sinon/1.6.0/sinon"
Expand Down Expand Up @@ -113,7 +112,7 @@
{%- endif %}

seajs.config({alias: {
"$-debug": 'jquery/jquery/1.10.1/jquery-debug'
"$-debug": 'jquery/jquery/1.7.2/jquery-debug'
{%- for value in src.alias %}
,"{{loop.key}}": resolve("{{value}}")
{%- endfor %}
Expand Down

0 comments on commit 6ef282c

Please sign in to comment.