This commit is contained in:
Winston Chang
2018-12-10 14:34:27 -06:00
parent 624dd2e99d
commit a8bf203067
2 changed files with 3 additions and 3 deletions

View File

@@ -12,7 +12,7 @@ function _defineProperty(obj, key, value) { if (key in obj) { Object.definePrope
var exports = window.Shiny = window.Shiny || {};
exports.version = "1.2.0.9000"; // Version number inserted by Grunt
exports.version = "1.2.0.9001"; // Version number inserted by Grunt
var origPushState = window.history.pushState;
window.history.pushState = function () {

File diff suppressed because one or more lines are too long