Skip to content

Commit

Permalink
Merge branch 'master' of github.com:cloudhead/less.js
Browse files Browse the repository at this point in the history
  • Loading branch information
cloudhead committed Mar 4, 2012
2 parents 93b23d2 + 8fde644 commit d955198
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/less/parser.js
Original file line number Diff line number Diff line change
Expand Up @@ -1059,7 +1059,7 @@ less.Parser = function Parser(env) {
},

mediaFeature: function () {
var e, nodes = [];
var e, p, nodes = [];

do {
if (e = $(this.entities.keyword)) {
Expand Down Expand Up @@ -1101,7 +1101,7 @@ less.Parser = function Parser(env) {
},

media: function () {
var features;
var features, rules;

if ($(/^@media/)) {
features = $(this.mediaFeatures);
Expand Down

0 comments on commit d955198

Please sign in to comment.