OSDN Git Service

bugfix around Css @system.js.
authoritozyun <itozyun@gmail.com>
Sat, 4 Aug 2012 02:42:50 +0000 (11:42 +0900)
committeritozyun <itozyun@gmail.com>
Sat, 4 Aug 2012 02:42:50 +0000 (11:42 +0900)
app/assets/javascripts/system.js

index fea5104..6be3255 100644 (file)
@@ -2935,7 +2935,7 @@ var Css = ( function(){
                                        if( t.match( _apiuser, _url ) === false ){\r
                                                t.apiusers.push( _apiuser );\r
                                                t.onload.push( opt_onload );\r
-                                               t.onerror( opt_onerror );\r
+                                               t.onerror.push( opt_onerror );\r
                                        };\r
                                        return;\r
                                };\r