Skip to content

Commit

Permalink
add some missing requires
Browse files Browse the repository at this point in the history
  • Loading branch information
rbuels committed Jun 13, 2012
1 parent dd88fdc commit a465b6e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions js/Browser.js
Expand Up @@ -25,6 +25,8 @@ var _gaq = _gaq || [];

var Browser = function(params) {
dojo.require('dojox.lang.functional');
dojo.require('dojox.lang.functional.array');
dojo.require('dojox.lang.functional.fold');
dojof = dojox.lang.functional;

dojo.require("dojo.dnd.Source");
Expand Down

0 comments on commit a465b6e

Please sign in to comment.