javascript_util_asset_pack 0.2.0.rc1 → 0.2.0.rc2

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,3 +1,3 @@
1
1
  module JavascriptUtilAssetPack
2
- VERSION = "0.2.0.rc1"
2
+ VERSION = "0.2.0.rc2"
3
3
  end
@@ -1,5 +1,5 @@
1
1
  jQuery(document).ajaxError (event, xhr, settings, exception) ->
2
- if exception == "abort"
2
+ if exception == "abort" or xhr.status is 0
3
3
  log "request aborted, ignoring abort."
4
4
  return null
5
5
 
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: javascript_util_asset_pack
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease: 6
5
- version: 0.2.0.rc1
5
+ version: 0.2.0.rc2
6
6
  platform: ruby
7
7
  authors:
8
8
  - Jesse House