Skip to content

Commit

Permalink
Removed Event.mock from require wrapper in cdd, it's included in the …
Browse files Browse the repository at this point in the history
…framework.
  • Loading branch information
cheesegrits committed Mar 28, 2016
1 parent 39e916b commit a1fa84d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
this elements values
*/

define(['jquery', 'element/databasejoin/databasejoin', 'lib/Event.Mock'], function (jQuery, FbDatabasejoin) {
define(['jquery', 'element/databasejoin/databasejoin'], function (jQuery, FbDatabasejoin) {
window.FbCascadingdropdown = new Class({

options : {
Expand Down

0 comments on commit a1fa84d

Please sign in to comment.