Skip to content
This repository has been archived by the owner on Feb 26, 2022. It is now read-only.

Commit

Permalink
Merge pull request #1488 from ejpbruel/1008199
Browse files Browse the repository at this point in the history
fix Bug 1008199 - Factor out unneeded dependencies in functional.js r=@Gozala
  • Loading branch information
ZER0 committed May 20, 2014
2 parents d8f07db + ef2753f commit ebcac05
Show file tree
Hide file tree
Showing 5 changed files with 441 additions and 365 deletions.
2 changes: 1 addition & 1 deletion lib/sdk/event/target.js
Expand Up @@ -9,7 +9,7 @@ module.metadata = {
};

const { on, once, off, setListeners } = require('./core');
const { method, chainable } = require('../lang/functional');
const { method, chainable } = require('../lang/functional/core');
const { Class } = require('../core/heritage');

/**
Expand Down

0 comments on commit ebcac05

Please sign in to comment.