Merge pull request #2873 from kinglozzer/2872-ie8-jquery-ondemand

FIX: IE8 support in jquery.ondemand.js (fixes #2872)
This commit is contained in:
Ingo Schommer 2014-02-20 07:19:35 +13:00
commit 429fdfaa72

View File

@ -16,7 +16,7 @@
(function($){
var decodePath = function(str) {
return str.replace(/%2C/g,',').replace(/\&/g, '&').trim();
return str.replace(/%2C/g,',').replace(/\&/g, '&').replace(/^\s+|\s+$/g, '');
};
$.extend({