Skip to content
This repository has been archived by the owner on Dec 31, 2017. It is now read-only.

Commit

Permalink
Merge pull request #4 from wkeese/master
Browse files Browse the repository at this point in the history
Handle lang._mixin(). Thanks wildbill!
  • Loading branch information
csnover committed May 7, 2012
2 parents 497b75c + 07e709a commit 1a7d05a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/callHandler/dojo.js
Expand Up @@ -42,6 +42,7 @@ define([
});

handlers.register('mixin', util.isModuleProperty('dojo/_base/lang', 'mixin'), handleMixin);
handlers.register('_mixin', util.isModuleProperty('dojo/_base/lang', '_mixin'), handleMixin);
handlers.register('safeMixin', util.isModuleProperty('dojo/_base/declare', 'safeMixin'), handleMixin);
handlers.register('extend', util.isModuleProperty('dojo/_base/lang', 'extend'), function (callInfo, args) {
var destination = args[0].evaluated.getProperty('prototype');
Expand Down

0 comments on commit 1a7d05a

Please sign in to comment.