toggle drag

This commit is contained in:
Adam Bradley
2013-10-01 09:42:54 -05:00
parent 04bfa7c524
commit c7b96cb52d
10 changed files with 137 additions and 44 deletions

View File

@ -7,10 +7,6 @@
ionic.Components.push(instance);
};
ionic.get = function(elementId) {
return ionic.component( document.getElementById(elementId) );
};
ionic.component = function(el) {
if(el) {
if(el.component) {