Merge pull request #2615 from a2nt/jquery.ondemand-fix

BUG onDemand plugin fixture
This commit is contained in:
Ingo Schommer 2013-12-13 03:35:44 -08:00
commit ae0a42fc58

View File

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