Explorar el Código

dont need closure in simulate.js

Adam Shaw hace 8 años
padre
commit
e1a99eb501
Se han modificado 1 ficheros con 0 adiciones y 4 borrados
  1. 0 4
      tests/lib/simulate.js

+ 0 - 4
tests/lib/simulate.js

@@ -1,4 +1,3 @@
-(function($) {
 
 /* General Utils
 ----------------------------------------------------------------------------------------------------------------------*/
@@ -295,6 +294,3 @@ function isPoint(input) {
 	return typeof input === 'object' && // `in` operator only works on objects
 		'left' in input && 'top' in input;
 }
-
-
-})(jQuery);