Sample/Window.js
authorAlan Knowles <alan@akbkhome.com>
Thu, 27 May 2010 06:53:16 +0000 (14:53 +0800)
committerAlan Knowles <alan@akbkhome.com>
Thu, 27 May 2010 06:53:16 +0000 (14:53 +0800)
Sample/Window.js

index a999903..af4b520 100644 (file)
@@ -1876,7 +1876,7 @@ Window=new XObject({
                                                                         var _this = this;
                                                                         keys.forEach(function(i) {
                                                                             if (typeof(ar[i]) == 'object') {
-                                                                                continue;
+                                                                                return;
                                                                             }
                                                                             
                                                                             var type = provider.findType(ar, i, ar[i]);