Skip to content
This repository has been archived by the owner on Jan 25, 2018. It is now read-only.

Commit

Permalink
let's try that again
Browse files Browse the repository at this point in the history
  • Loading branch information
potch committed Nov 8, 2012
1 parent c68c3b4 commit 651d4d5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions media/js/utils.js → media/js/css3.js
Expand Up @@ -8,7 +8,7 @@ var css = {
}
})(),
prefixed: function(property) {
if (!z.prefix) return property;
return '-' + z.prefix + '-' + property;
if (!css.prefix) return property;
return '-' + css.prefix + '-' + property;
}
}

0 comments on commit 651d4d5

Please sign in to comment.