Modules can assume the presence of their parents

Conflicts:
	src/css/curCSS.js
This commit is contained in:
Timmy Willison 2013-09-10 20:24:04 -05:00
parent 203f63cf12
commit b812c5bea8

View File

@ -3,7 +3,6 @@ define([
"../core",
"./var/rnumnonpx",
"./var/rmargin",
"../css", // Circular, but needs jQuery.style
"../selector" // contains
], function( exports, jQuery, rnumnonpx, rmargin ) {