Skip to content

Commit

Permalink
Update script files in sample projects.
Browse files Browse the repository at this point in the history
  • Loading branch information
davidfowl committed Jul 1, 2012
1 parent 2f78c57 commit 712c92b
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1057,6 +1057,7 @@
instance.pollXhr = $.ajax({
url: url,
global: false,
cache: false,
type: "GET",
dataType: connection.ajaxDataType,
success: function (data) {
Expand Down

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -1057,6 +1057,7 @@
instance.pollXhr = $.ajax({
url: url,
global: false,
cache: false,
type: "GET",
dataType: connection.ajaxDataType,
success: function (data) {
Expand Down

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -1057,6 +1057,7 @@
instance.pollXhr = $.ajax({
url: url,
global: false,
cache: false,
type: "GET",
dataType: connection.ajaxDataType,
success: function (data) {
Expand Down

Large diffs are not rendered by default.

0 comments on commit 712c92b

Please sign in to comment.