Skip to content

Commit

Permalink
APIバージョンを27に
Browse files Browse the repository at this point in the history
  • Loading branch information
mino0123 committed Feb 25, 2013
1 parent 352282b commit 89d150a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core.js
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ ScriptLoader.on('run', function () {
ScriptLoader.trigger('loaded');
} else {
var p1, p2;
p1 = ScriptLoader.promise('/soap/ajax/26.0/connection.js');
p1 = ScriptLoader.promise('/soap/ajax/27.0/connection.js');
p2 = ScriptLoader.promise('//github.com/mino0123/salesforce-metadata.js/raw/master/salesforce-metadata.js');
$.when(p1, p2).then(function () {
ScriptLoader.trigger('loaded');
Expand Down

0 comments on commit 89d150a

Please sign in to comment.