From ecf7002670a24b7c3b2aea69ceb45802568da6f2 Mon Sep 17 00:00:00 2001 From: BiteBit Date: Sun, 15 Nov 2015 20:10:33 +0800 Subject: [PATCH] fix bug in ie8 --- jquery.datagrid.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jquery.datagrid.js b/jquery.datagrid.js index 09778b5..aa418e6 100644 --- a/jquery.datagrid.js +++ b/jquery.datagrid.js @@ -276,7 +276,7 @@ }; // post alias - plugins.source.post = plugins.source.default; + plugins.source['post'] = plugins.source['default']; // The actual plugin constructor function Plugin( element, options ) {