Skip to content

Commit

Permalink
forgot console.log
Browse files Browse the repository at this point in the history
git-svn-id: http://javascriptmvc.googlecode.com/svn/branches/1_5@1365 f352ecdf-183f-0410-ae60-f1561b901441
  • Loading branch information
justinbmeyer committed Mar 10, 2009
1 parent 4e03688 commit a69c281
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion jmvc/plugins/controller/dragdrop/drop.js
Expand Up @@ -280,7 +280,6 @@ MVC.Droppables = MVC.Class.extend('drop',
for(var selector in drops){ //find the selectors for(var selector in drops){ //find the selectors


var sels = MVC.Query(selector, el); var sels = MVC.Query(selector, el);
console.log("Selector = "+selector, el, sels.length)
for(var e= 0; e < sels.length; e++){ //for each found element, create a drop point for(var e= 0; e < sels.length; e++){ //for each found element, create a drop point
MVC.Dom.remove_data(sels[e],"offset") MVC.Dom.remove_data(sels[e],"offset")
MVC.Droppables.add(sels[e], new MVC.Controller.Params.Drop(drops[selector])) MVC.Droppables.add(sels[e], new MVC.Controller.Params.Drop(drops[selector]))
Expand Down

0 comments on commit a69c281

Please sign in to comment.