File tree Expand file tree Collapse file tree 6 files changed +11
-11
lines changed Expand file tree Collapse file tree 6 files changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
2121THE SOFTWARE.
2222
2323*/
24- /* Build time: 23-June-2011 03:38:52 */
24+ /* Build time: 23-June-2011 03:41:42 */
2525/*!
2626Parser-Lib
2727Copyright (c) 2009-2011 Nicholas C. Zakas. All rights reserved.
@@ -9665,7 +9665,7 @@ CSSLint.addRule({
96659665
96669666 if ( heightProperties [ name ] || widthProperties [ name ] ) {
96679667 if ( ! / ^ 0 \S * $ / . test ( event . value ) && ! ( name == "border" && event . value == "none" ) ) {
9668- properties [ name ] = { line : name . line , col : name . col } ;
9668+ properties [ name ] = { line : event . property . line , col : event . property . col } ;
96699669 }
96709670 } else {
96719671 if ( name == "width" || name == "height" ) {
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
2121THE SOFTWARE.
2222
2323*/
24- /* Build time: 23-June-2011 03:38:52 */
24+ /* Build time: 23-June-2011 03:41:42 */
2525var CSSLint = ( function ( ) {
2626/*!
2727Parser-Lib
@@ -9666,7 +9666,7 @@ CSSLint.addRule({
96669666
96679667 if ( heightProperties [ name ] || widthProperties [ name ] ) {
96689668 if ( ! / ^ 0 \S * $ / . test ( event . value ) && ! ( name == "border" && event . value == "none" ) ) {
9669- properties [ name ] = { line : name . line , col : name . col } ;
9669+ properties [ name ] = { line : event . property . line , col : event . property . col } ;
96709670 }
96719671 } else {
96729672 if ( name == "width" || name == "height" ) {
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
2121THE SOFTWARE.
2222
2323*/
24- /* Build time: 23-June-2011 03:38:52 */
24+ /* Build time: 23-June-2011 03:41:42 */
2525/*!
2626Parser-Lib
2727Copyright (c) 2009-2011 Nicholas C. Zakas. All rights reserved.
@@ -9665,7 +9665,7 @@ CSSLint.addRule({
96659665
96669666 if ( heightProperties [ name ] || widthProperties [ name ] ) {
96679667 if ( ! / ^ 0 \S * $ / . test ( event . value ) && ! ( name == "border" && event . value == "none" ) ) {
9668- properties [ name ] = { line : name . line , col : name . col } ;
9668+ properties [ name ] = { line : event . property . line , col : event . property . col } ;
96699669 }
96709670 } else {
96719671 if ( name == "width" || name == "height" ) {
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
2121THE SOFTWARE.
2222
2323*/
24- /* Build time: 23-June-2011 03:38:52 */
24+ /* Build time: 23-June-2011 03:41:42 */
2525var CSSLint = ( function ( ) {
2626/*!
2727Parser-Lib
@@ -9666,7 +9666,7 @@ CSSLint.addRule({
96669666
96679667 if ( heightProperties [ name ] || widthProperties [ name ] ) {
96689668 if ( ! / ^ 0 \S * $ / . test ( event . value ) && ! ( name == "border" && event . value == "none" ) ) {
9669- properties [ name ] = { line : name . line , col : name . col } ;
9669+ properties [ name ] = { line : event . property . line , col : event . property . col } ;
96709670 }
96719671 } else {
96729672 if ( name == "width" || name == "height" ) {
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
2121THE SOFTWARE.
2222
2323*/
24- /* Build time: 23-June-2011 03:38:52 */
24+ /* Build time: 23-June-2011 03:41:42 */
2525/*!
2626Parser-Lib
2727Copyright (c) 2009-2011 Nicholas C. Zakas. All rights reserved.
@@ -9665,7 +9665,7 @@ CSSLint.addRule({
96659665
96669666 if ( heightProperties [ name ] || widthProperties [ name ] ) {
96679667 if ( ! / ^ 0 \S * $ / . test ( event . value ) && ! ( name == "border" && event . value == "none" ) ) {
9668- properties [ name ] = { line : name . line , col : name . col } ;
9668+ properties [ name ] = { line : event . property . line , col : event . property . col } ;
96699669 }
96709670 } else {
96719671 if ( name == "width" || name == "height" ) {
Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ CSSLint.addRule({
4040
4141 if ( heightProperties [ name ] || widthProperties [ name ] ) {
4242 if ( ! / ^ 0 \S * $ / . test ( event . value ) && ! ( name == "border" && event . value == "none" ) ) {
43- properties [ name ] = { line : name . line , col : name . col } ;
43+ properties [ name ] = { line : event . property . line , col : event . property . col } ;
4444 }
4545 } else {
4646 if ( name == "width" || name == "height" ) {
You can’t perform that action at this time.
0 commit comments