|
@@ -211,8 +211,7 @@ define("amber/boot", [ 'require', './browser-compatibility' ], function (require
|
|
|
|
|
|
function createHandler(selector) {
|
|
function createHandler(selector) {
|
|
return function() {
|
|
return function() {
|
|
- var args = Array.prototype.slice.call(arguments);
|
|
|
|
- return brikz.messageSend.messageNotUnderstood(this, selector, args);
|
|
|
|
|
|
+ return brikz.messageSend.messageNotUnderstood(this, selector, arguments);
|
|
};
|
|
};
|
|
}
|
|
}
|
|
|
|
|