comment for clarity on function purpose

This commit is contained in:
John Bender 2011-05-20 00:48:41 -07:00
parent 118599748b
commit 3520e77dc4

View file

@ -112,6 +112,8 @@
}, 150 );
},
// take a data attribute property, prepend the namespace
// and then camel case the attribute string
nsNormalize: function(prop){
if(!prop) return;