diff Dictionary.m @ 167:15baeb35f74e feature/grids

Merge in changes from default.
author Jonatan Werpers <jonatan@werpers.com>
date Tue, 23 Feb 2016 13:25:43 +0100
parents 8298734b1938
children ba0fee896b41
line wrap: on
line diff
--- a/Dictionary.m	Tue Feb 23 10:55:46 2016 +0100
+++ b/Dictionary.m	Tue Feb 23 13:25:43 2016 +0100
@@ -72,7 +72,8 @@
                         end
                     end
                 otherwise
-                    error('Unsupported indexing operator: %s',S.type);
+                    B = builtin('subsref', obj, S);
+                    % error('Unsupported indexing operator: %s',S.type);
             end
         end