OSDN Git Service

Version 0.6.219, Fix the bug of X.Net.
[pettanr/clientJs.git] / 0.6.x / js / 01_core / 13_XClass.js
index 2b93669..6174957 100644 (file)
@@ -304,6 +304,7 @@ X_Class_CommonMethods =
        // TODO instanceof に対応したブラウザはそちらを使用\r
        'instanceOf' : function( klass ){\r
                var Super = this;\r
+\r
                if( this.constructor === klass ) return true;\r
                while( Super = X_Class_getClassDef( Super ).SuperClass ){\r
                        if( Super === klass ) return true;\r