Skip to content

Commit

Permalink
fixed the usage of metadata to adjust to new HtmlTag
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremydmiller committed Mar 29, 2011
1 parent 448a66a commit f3942e6
Showing 1 changed file with 5 additions and 0 deletions.
@@ -1,3 +1,8 @@
// Change the default location of HTML metadata
if ($.metadata) {
$.metadata.setType('attr', 'data-:');
}

ST.testEditor = function (editor, test) {
editor.isLatched = true;
editor.inner = $('.container', editor).get(0);
Expand Down

0 comments on commit f3942e6

Please sign in to comment.